home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2006-03-04 | 176.6 KB | 2,865 lines
mixed{\rtf\b abs} (mixed number) float{\rtf\b acos} (float arg) float{\rtf\b acosh} (float arg) string{\rtf\b addcslashes} (string str, string charlist) string{\rtf\b addslashes} (string str) void{\rtf\b aggregate} (object object, string class_name) array{\rtf\b aggregate_info} (object object) void{\rtf\b aggregate_methods} (object object, string class_name) void{\rtf\b aggregate_methods_by_list} (object object, string class_name, array methods_list [, bool exclude]) void{\rtf\b aggregate_methods_by_regexp} (object object, string class_name, string regexp [, bool exclude]) void{\rtf\b aggregate_properties} (object object, string class_name) void{\rtf\b aggregate_properties_by_list} (object object, string class_name, array properties_list [, bool exclude]) void{\rtf\b aggregate_properties_by_regexp} (object object, string class_name, string regexp [, bool exclude]) array{\rtf\b aggregate_info} (object object) bool{\rtf\b apache_child_terminate} (void) object{\rtf\b apache_lookup_uri} (string filename) string{\rtf\b apache_note} (string note_name [, string note_value]) array{\rtf\b apache_request_headers} (void) array{\rtf\b apache_response_headers} (void) int{\rtf\b apache_setenv} (string variable, string value [, bool walk_to_top]) array{\rtf\b array} ([mixed ...]) array{\rtf\b array_change_key_case} (array input [, int case]) array{\rtf\b array_chunk} (array input, int size [, bool preserve_keys]) array{\rtf\b array_combine} (array keys, array values) array{\rtf\b array_count_values} (array input) array{\rtf\b array_diff} (array array1, array array2 [, array ...]) array{\rtf\b array_diff_assoc} (array array1, array array2 [, array ...]) array{\rtf\b array_fill} (int start_index, int num, mixed value) array{\rtf\b array_filter} (array input [, callback function]) array{\rtf\b array_flip} (array trans) array{\rtf\b array_intersect} (array array1, array array2 [, array ...]) array{\rtf\b array_intersect_assoc} (array array1, array array2 [, array ...]) bool{\rtf\b array_key_exists} (mixed key, array search) array{\rtf\b array_keys} (array input [, mixed search_value]) array{\rtf\b array_map} (mixed callback, array arr1 [, array ...]) array{\rtf\b array_merge} (array array1, array array2 [, array ...]) array{\rtf\b array_merge_recursive} (array array1, array array2 [, array ...]) bool{\rtf\b array_multisort} (array ar1 [, mixed arg [, mixed ... [, array ...]]]) array{\rtf\b array_pad} (array input, int pad_size, mixed pad_value) mixed{\rtf\b array_pop} (array array) int{\rtf\b array_push} (array array, mixed var [, mixed ...]) mixed{\rtf\b array_rand} (array input [, int num_req]) mixed{\rtf\b array_reduce} (array input, callback function [, int initial]) array{\rtf\b array_reverse} (array array [, bool preserve_keys]) mixed{\rtf\b array_search} (mixed needle, array haystack [, bool strict]) mixed{\rtf\b array_shift} (array array) array{\rtf\b array_slice} (array array, int offset [, int length]) array{\rtf\b array_splice} (array input, int offset [, int length [, array replacement]]) mixed{\rtf\b array_sum} (array array) array{\rtf\b array_unique} (array array) int{\rtf\b array_unshift} (array array, mixed var [, mixed ...]) array{\rtf\b array_values} (array input) bool{\rtf\b array_walk} (array array, callback function [, mixed userdata]) void{\rtf\b arsort} (array array [, int sort_flags]) int{\rtf\b ascii2ebcdic} (string ascii_str) float{\rtf\b asin} (float arg) float{\rtf\b asinh} (float arg) void{\rtf\b asort} (array array [, int sort_flags]) bool{\rtf\b aspell_check} (int dictionary_link, string word) bool{\rtf\b aspell_check_raw} (int dictionary_link, string word) int{\rtf\b aspell_new} (string master [, string personal]) array{\rtf\b aspell_suggest} (int dictionary_link, string word) int{\rtf\b assert} (mixed assertion) mixed{\rtf\b assert_options} (int what [, mixed value]) float{\rtf\b atan} (float arg) float{\rtf\b atan2} (float y, float x) float{\rtf\b atanh} (float arg) string{\rtf\b base64_decode} (string encoded_data) string{\rtf\b base64_encode} (string data) string{\rtf\b base_convert} (string number, int frombase, int tobase) string{\rtf\b basename} (string path [, string suffix]) string{\rtf\b bcadd} (string left_operand, string right_operand [, int scale]) int{\rtf\b bccomp} (string left_operand, string right_operand [, int scale]) string{\rtf\b bcdiv} (string left_operand, string right_operand [, int scale]) string{\rtf\b bcmod} (string left_operand, string modulus) string{\rtf\b bcmul} (string left_operand, string right_operand [, int scale]) string{\rtf\b bcpow} (string x, int y [, int scale]) string{\rtf\b bcpowmod} (string x, string y, string modulus [, int scale]) string{\rtf\b bcscale} (int scale) string{\rtf\b bcsqrt} (string operand [, int scale]) string{\rtf\b bcsub} (string left_operand, string right_operand [, int scale]) string{\rtf\b bin2hex} (string str) string{\rtf\b bind_textdomain_codeset} (string domain, string codeset) int{\rtf\b bindec} (string binary_string) string{\rtf\b bindtextdomain} (string domain, string directory) int{\rtf\b bzclose} (resource bz) string{\rtf\b bzcompress} (string source [, int blocksize [, int workfactor]]) string{\rtf\b bzdecompress} (string source [, int small]) int{\rtf\b bzerrno} (resource bz) array{\rtf\b bzerror} (resource bz) string{\rtf\b bzerrstr} (resource bz) int{\rtf\b bzflush} (resource bz) resource{\rtf\b bzopen} (string filename, string mode) string{\rtf\b bzread} (resource bz [, int length]) int{\rtf\b bzwrite} (resource bz, string data [, int length]) int{\rtf\b cal_days_in_month} (int calendar, int month, int year) array{\rtf\b cal_from_jd} (int jd, int calendar) array{\rtf\b cal_info} ([int calendar]) int{\rtf\b cal_to_jd} (int calendar, int month, int day, int year) mixed{\rtf\b call_user_func} (callback function [, mixed parameter [, mixed ...]]) mixed{\rtf\b call_user_func_array} (callback function [, array paramarr]) mixed{\rtf\b call_user_method} (string method_name, object obj [, mixed parameter [, mixed ...]]) mixed{\rtf\b call_user_method_array} (string method_name, object obj [, array paramarr]) string{\rtf\b ccvs_add} (string session, string invoice, string argtype, string argval) string{\rtf\b ccvs_auth} (string session, string invoice) string{\rtf\b ccvs_command} (string session, string type, string argval) int{\rtf\b ccvs_count} (string session, string type) string{\rtf\b ccvs_delete} (string session, string invoice) string{\rtf\b ccvs_done} (string sess) string{\rtf\b ccvs_init} (string name) string{\rtf\b ccvs_lookup} (string session, string invoice, int inum) string{\rtf\b ccvs_new} (string session, string invoice) string{\rtf\b ccvs_report} (string session, string type) string{\rtf\b ccvs_return} (string session, string invoice) string{\rtf\b ccvs_reverse} (string session, string invoice) string{\rtf\b ccvs_sale} (string session, string invoice) string{\rtf\b ccvs_status} (string session, string invoice) string{\rtf\b ccvs_textvalue} (string session) string{\rtf\b ccvs_void} (string session, string invoice) float{\rtf\b ceil} (float value) bool{\rtf\b chdir} (string directory) bool{\rtf\b checkdate} (int month, int day, int year) int{\rtf\b checkdnsrr} (string host [, string type]) bool{\rtf\b chgrp} (string filename, mixed group) bool{\rtf\b chmod} (string filename, int mode) string{\rtf\b rtrim} (string str [, string charlist]) bool{\rtf\b chown} (string filename, mixed user) string{\rtf\b chr} (int ascii) bool{\rtf\b chroot} (string directory) string{\rtf\b chunk_split} (string body [, int chunklen [, string end]]) bool{\rtf\b class_exists} (string class_name) void{\rtf\b clearstatcache} (void) void{\rtf\b closedir} (resource dir_handle) int{\rtf\b closelog} (void) void{\rtf\b com_addref} (void) mixed{\rtf\b com_get} (resource com_object, string property) mixed{\rtf\b com_invoke} (resource com_object, string function_name [, mixed function parameters, ...]) void{\rtf\b com_isenum} (object com_module) string{\rtf\b com_load} (string module_name [, string server_name [, int codepage]]) void{\rtf\b com_load_typelib} (string typelib_name [, int case_insensitive]) mixed{\rtf\b com_propget} (resource com_object, string property) void{\rtf\b com_propput} (resource com_object, string property, mixed value) void{\rtf\b com_set} (resource com_object, string property, mixed value) void{\rtf\b com_release} (void) void{\rtf\b com_set} (resource com_object, string property, mixed value) array{\rtf\b compact} (mixed varname [, mixed ...]) int{\rtf\b connection_aborted} (void) int{\rtf\b connection_status} (void) bool{\rtf\b connection_timeout} (void) mixed{\rtf\b constant} (string name) string{\rtf\b convert_cyr_string} (string str, string from, string to) bool{\rtf\b copy} (string source, string dest) float{\rtf\b cos} (float arg) float{\rtf\b cosh} (float arg) int{\rtf\b count} (mixed var [, int mode]) mixed{\rtf\b count_chars} (string string [, int mode]) bool{\rtf\b cpdf_add_annotation} (int pdf_document, float llx, float lly, float urx, float ury, string title, string content [, int mode]) int{\rtf\b cpdf_add_outline} (int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text) bool{\rtf\b cpdf_arc} (int pdf_document, float x-coor, float y-coor, float radius, float start, float end [, int mode]) bool{\rtf\b cpdf_begin_text} (int pdf_document) bool{\rtf\b cpdf_circle} (int pdf_document, float x-coor, float y-coor, float radius [, int mode]) bool{\rtf\b cpdf_clip} (int pdf_document) bool{\rtf\b cpdf_close} (int pdf_document) bool{\rtf\b cpdf_closepath} (int pdf_document) bool{\rtf\b cpdf_closepath_fill_stroke} (int pdf_document) bool{\rtf\b cpdf_closepath_stroke} (int pdf_document) bool{\rtf\b cpdf_continue_text} (int pdf_document, string text) bool{\rtf\b cpdf_curveto} (int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode]) bool{\rtf\b cpdf_end_text} (int pdf_document) bool{\rtf\b cpdf_fill} (int pdf_document) bool{\rtf\b cpdf_fill_stroke} (int pdf_document) bool{\rtf\b cpdf_finalize} (int pdf_document) bool{\rtf\b cpdf_finalize_page} (int pdf_document, int page_number) bool{\rtf\b cpdf_global_set_document_limits} (int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects) int{\rtf\b cpdf_import_jpeg} (int pdf_document, string file_name, float x-coor, float y-coor, float angle, float width, float height, float x-scale, float y-scale [, int mode]) bool{\rtf\b cpdf_lineto} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b cpdf_moveto} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b cpdf_newpath} (int pdf_document) int{\rtf\b cpdf_open} (int compression [, string filename]) bool{\rtf\b cpdf_output_buffer} (int pdf_document) bool{\rtf\b cpdf_page_init} (int pdf_document, int page_number, int orientation, float height, float width [, float unit]) bool{\rtf\b cpdf_place_inline_image} (int pdf_document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode]) bool{\rtf\b cpdf_rect} (int pdf_document, float x-coor, float y-coor, float width, float height [, int mode]) bool{\rtf\b cpdf_restore} (int pdf_document) bool{\rtf\b cpdf_rlineto} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b cpdf_rmoveto} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b cpdf_rotate} (int pdf_document, float angle) bool{\rtf\b cpdf_rotate_text} (int pdfdoc, float angle) bool{\rtf\b cpdf_save} (int pdf_document) bool{\rtf\b cpdf_save_to_file} (int pdf_document, string filename) bool{\rtf\b cpdf_scale} (int pdf_document, float x-scale, float y-scale) bool{\rtf\b cpdf_set_action_url} (int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode]) bool{\rtf\b cpdf_set_char_spacing} (int pdf_document, float space) bool{\rtf\b cpdf_set_creator} (string creator) bool{\rtf\b cpdf_set_current_page} (int pdf_document, int page_number) bool{\rtf\b cpdf_set_font} (int pdf_document, string font_name, float size, string encoding) bool{\rtf\b cpdf_set_font_directories} (int pdfdoc, string pfmdir, string pfbdir) bool{\rtf\b cpdf_set_font_map_file} (int pdfdoc, string filename) bool{\rtf\b cpdf_set_horiz_scaling} (int pdf_document, float scale) bool{\rtf\b cpdf_set_keywords} (string keywords) bool{\rtf\b cpdf_set_leading} (int pdf_document, float distance) bool{\rtf\b cpdf_set_page_animation} (int pdf_document, int transition, float duration) bool{\rtf\b cpdf_set_subject} (int pdf_document, string subject) bool{\rtf\b cpdf_set_text_matrix} (int pdf_document, array matrix) bool{\rtf\b cpdf_set_text_pos} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b cpdf_set_text_rendering} (int pdf_document, int rendermode) bool{\rtf\b cpdf_set_text_rise} (int pdf_document, float value) bool{\rtf\b cpdf_set_title} (string title) bool{\rtf\b cpdf_set_viewer_preferences} (int pdfdoc, array preferences) bool{\rtf\b cpdf_set_word_spacing} (int pdf_document, float space) bool{\rtf\b cpdf_setdash} (int pdf_document, float white, float black) bool{\rtf\b cpdf_setflat} (int pdf_document, float value) bool{\rtf\b cpdf_setgray} (int pdf_document, float gray_value) bool{\rtf\b cpdf_setgray_fill} (int pdf_document, float value) bool{\rtf\b cpdf_setgray_stroke} (int pdf_document, float gray_value) bool{\rtf\b cpdf_setlinecap} (int pdf_document, int value) bool{\rtf\b cpdf_setlinejoin} (int pdf_document, int value) bool{\rtf\b cpdf_setlinewidth} (int pdf_document, float width) bool{\rtf\b cpdf_setmiterlimit} (int pdf_document, float value) bool{\rtf\b cpdf_setrgbcolor} (int pdf_document, float red_value, float green_value, float blue_value) bool{\rtf\b cpdf_setrgbcolor_fill} (int pdf_document, float red_value, float green_value, float blue_value) bool{\rtf\b cpdf_setrgbcolor_stroke} (int pdf_document, float red_value, float green_value, float blue_value) bool{\rtf\b cpdf_show} (int pdf_document, string text) bool{\rtf\b cpdf_show_xy} (int pdf_document, string text, float x-coor, float y-coor [, int mode]) float{\rtf\b cpdf_stringwidth} (int pdf_document, string text) bool{\rtf\b cpdf_stroke} (int pdf_document) bool{\rtf\b cpdf_text} (int pdf_document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]]) bool{\rtf\b cpdf_translate} (int pdf_document, float x-coor, float y-coor [, int mode]) bool{\rtf\b crack_check} ([resource dictionary, string password]) bool{\rtf\b crack_closedict} ([resource dictionary]) string{\rtf\b crack_getlastmessage} (void) resource{\rtf\b crack_opendict} (string dictionary) int{\rtf\b crc32} (string str) string{\rtf\b create_function} (string args, string code) string{\rtf\b crypt} (string str [, string salt]) bool{\rtf\b ctype_alnum} (string text) bool{\rtf\b ctype_alpha} (string text) bool{\rtf\b ctype_cntrl} (string text) bool{\rtf\b ctype_digit} (string text) bool{\rtf\b ctype_graph} (string text) bool{\rtf\b ctype_lower} (string text) bool{\rtf\b ctype_print} (string text) bool{\rtf\b ctype_punct} (string text) bool{\rtf\b ctype_space} (string text) bool{\rtf\b ctype_upper} (string text) bool{\rtf\b ctype_xdigit} (string text) void{\rtf\b curl_close} (resource ch) int{\rtf\b curl_errno} (resource ch) string{\rtf\b curl_error} (resource ch) bool{\rtf\b curl_exec} (resource ch) string{\rtf\b curl_getinfo} (resource ch [, int opt]) resource{\rtf\b curl_init} ([string url]) int{\rtf\b curl_multi_add_handle} (resource mh, resource ch) void{\rtf\b curl_multi_close} (resource mh) int{\rtf\b curl_multi_exec} (resource mh) string{\rtf\b curl_multi_getcontent} (resource ch) array{\rtf\b curl_multi_info_read} (resource mh) resource{\rtf\b curl_multi_init} (void) int{\rtf\b curl_multi_remove_handle} (resource mh, resource ch) int{\rtf\b curl_multi_select} (resource mh [, float timeout]) bool{\rtf\b curl_setopt} (resource ch, string option, mixed value) string{\rtf\b curl_version} (void) mixed{\rtf\b current} (array array) string{\rtf\b cybercash_base64_decode} (string inbuff) string{\rtf\b cybercash_base64_encode} (string inbuff) array{\rtf\b cybercash_decr} (string wmk, string sk, string inbuff) array{\rtf\b cybercash_encr} (string wmk, string sk, string inbuff) bool{\rtf\b cyrus_authenticate} (resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]]) bool{\rtf\b cyrus_bind} (resource connection, array callbacks) bool{\rtf\b cyrus_close} (resource connection) resource{\rtf\b cyrus_connect} ([string host [, string port [, int flags]]]) bool{\rtf\b cyrus_query} (resource connection, string query) bool{\rtf\b cyrus_unbind} (resource connection, string trigger_name) string{\rtf\b date} (string format [, int timestamp]) void{\rtf\b dba_close} (resource handle) bool{\rtf\b dba_delete} (string key, resource handle) bool{\rtf\b dba_exists} (string key, resource handle) string{\rtf\b dba_fetch} (string key, resource handle) string{\rtf\b dba_firstkey} (resource handle) array{\rtf\b dba_handlers} (void) bool{\rtf\b dba_insert} (string key, string value, resource handle) array{\rtf\b dba_list} (void) string{\rtf\b dba_nextkey} (resource handle) resource{\rtf\b dba_open} (string path, string mode, string handler [, ...]) bool{\rtf\b dba_optimize} (resource handle) resource{\rtf\b dba_popen} (string path, string mode, string handler [, ...]) bool{\rtf\b dba_replace} (string key, string value, resource handle) bool{\rtf\b dba_sync} (resource handle) bool{\rtf\b dbase_add_record} (int dbase_identifier, array record) bool{\rtf\b dbase_close} (int dbase_identifier) int{\rtf\b dbase_create} (string filename, array fields) bool{\rtf\b dbase_delete_record} (int dbase_identifier, int record) array{\rtf\b dbase_get_record} (int dbase_identifier, int record) array{\rtf\b dbase_get_record_with_names} (int dbase_identifier, int record) int{\rtf\b dbase_numfields} (int dbase_identifier) int{\rtf\b dbase_numrecords} (int dbase_identifier) int{\rtf\b dbase_open} (string filename, int flags) bool{\rtf\b dbase_pack} (int dbase_identifier) bool{\rtf\b dbase_replace_record} (int dbase_identifier, array record, int dbase_record_number) string{\rtf\b dblist} (void) bool{\rtf\b dbmclose} (resource dbm_identifier) bool{\rtf\b dbmdelete} (resource dbm_identifier, string key) bool{\rtf\b dbmexists} (resource dbm_identifier, string key) string{\rtf\b dbmfetch} (resource dbm_identifier, string key) string{\rtf\b dbmfirstkey} (resource dbm_identifier) int{\rtf\b dbminsert} (resource dbm_identifier, string key, string value) string{\rtf\b dbmnextkey} (resource dbm_identifier, string key) resource{\rtf\b dbmopen} (string filename, string flags) int{\rtf\b dbmreplace} (resource dbm_identifier, string key, string value) int{\rtf\b dbplus_add} (resource relation, array tuple) resource{\rtf\b dbplus_aql} (string query [, string server [, string dbpath]]) string{\rtf\b dbplus_chdir} ([string newdir]) int{\rtf\b dbplus_close} (resource relation) int{\rtf\b dbplus_curr} (resource relation, array tuple) string{\rtf\b dbplus_errcode} (int errno) int{\rtf\b dbplus_errno} (void) int{\rtf\b dbplus_find} (resource relation, array constraints, mixed tuple) int{\rtf\b dbplus_first} (resource relation, array tuple) int{\rtf\b dbplus_flush} (resource relation) int{\rtf\b dbplus_freealllocks} (void) int{\rtf\b dbplus_freelock} (resource relation, string tname) int{\rtf\b dbplus_freerlocks} (resource relation) int{\rtf\b dbplus_getlock} (resource relation, string tname) int{\rtf\b dbplus_getunique} (resource relation, int uniqueid) int{\rtf\b dbplus_info} (resource relation, string key, array) int{\rtf\b dbplus_last} (resource relation, array tuple) int{\rtf\b dbplus_lockrel} (resource relation) int{\rtf\b dbplus_next} (resource relation, array) resource{\rtf\b dbplus_open} (string name) int{\rtf\b dbplus_prev} (resource relation, array tuple) int{\rtf\b dbplus_rchperm} (resource relation, int mask, string user, string group) resource{\rtf\b dbplus_rcreate} (string name, mixed domlist [, bool overwrite]) resource{\rtf\b dbplus_rcrtexact} (string name, resource relation, bool overwrite) resource{\rtf\b dbplus_rcrtlike} (string name, resource relation, int flag) int{\rtf\b dbplus_resolve} (string relation_name) int{\rtf\b dbplus_restorepos} (resource relation, array tuple) resource{\rtf\b dbplus_rkeys} (resource relation, mixed domlist) resource{\rtf\b dbplus_ropen} (string name) int{\rtf\b dbplus_rquery} (string query, string dbpath) int{\rtf\b dbplus_rrename} (resource relation, string name) resource{\rtf\b dbplus_rsecindex} (resource relation, mixed domlist, int type) int{\rtf\b dbplus_runlink} (resource relation) int{\rtf\b dbplus_rzap} (resource relation) int{\rtf\b dbplus_savepos} (resource relation) int{\rtf\b dbplus_setindex} (resource relation, string idx_name) int{\rtf\b dbplus_setindexbynumber} (resource relation, int idx_number) resource{\rtf\b dbplus_sql} (string query, string server, string dbpath) int{\rtf\b dbplus_tcl} (int sid, string script) int{\rtf\b dbplus_tremove} (resource relation, array tuple [, array current]) int{\rtf\b dbplus_undo} (resource relation) int{\rtf\b dbplus_undoprepare} (resource relation) int{\rtf\b dbplus_unlockrel} (resource relation) int{\rtf\b dbplus_unselect} (resource relation) int{\rtf\b dbplus_update} (resource relation, array old, array new) int{\rtf\b dbplus_xlockrel} (resource relation) int{\rtf\b dbplus_xunlockrel} (resource relation) bool{\rtf\b dbx_close} (object link_identifier) int{\rtf\b dbx_compare} (array row_a, array row_b, string column_key [, int flags]) object{\rtf\b dbx_connect} (mixed module, string host, string database, string username, string password [, int persistent]) string{\rtf\b dbx_error} (object link_identifier) string{\rtf\b dbx_escape_string} (object link_identifier, string text) object{\rtf\b dbx_query} (object link_identifier, string sql_statement [, long flags]) bool{\rtf\b dbx_sort} (object result, string user_compare_function) string{\rtf\b dcgettext} (string domain, string message, int category) string{\rtf\b dcngettext} (string domain, string msgid1, string msgid2, int n, int category) void{\rtf\b deaggregate} (object object [, string class_name]) array{\rtf\b debug_backtrace} (void) void{\rtf\b debug_print_backtrace} (void) int{\rtf\b debugger_off} (void) int{\rtf\b debugger_on} (string address) string{\rtf\b decbin} (int number) string{\rtf\b dechex} (int number) string{\rtf\b decoct} (int number) bool{\rtf\b define} (string name, mixed value [, bool case_insensitive]) void{\rtf\b define_syslog_variables} (void) bool{\rtf\b defined} (string name) float{\rtf\b deg2rad} (float number) void{\rtf\b delete} (string file) string{\rtf\b dgettext} (string domain, string message) void{\rtf\b die} ([string status]) void{\rtf\b dio_close} (resource fd) mixed{\rtf\b dio_fcntl} (resource fd, int cmd [, mixed arg]) resource{\rtf\b dio_open} (string filename, int flags [, int mode]) string{\rtf\b dio_read} (resource fd [, int n]) int{\rtf\b dio_seek} (resource fd, int pos, int whence) array{\rtf\b dio_stat} (resource fd) dio_tcsetattr{\rtf\b dio_tcsetattr} (resource fd, array options) bool{\rtf\b dio_truncate} (resource fd, int offset) int{\rtf\b dio_write} (resource fd, string data [, int len]) dir(string{\rtf\b directory) - directory clas}s string{\rtf\b dirname} (string path) float{\rtf\b disk_free_space} (string directory) float{\rtf\b disk_total_space} (string directory) float{\rtf\b disk_free_space} (string directory) int{\rtf\b dl} (string library) string{\rtf\b dngettext} (string domain, string msgid1, string msgid2, int n) int{\rtf\b dns_check_record} (string host [, string type]) int{\rtf\b dns_get_mx} (string hostname, array mxhosts [, array &weight]) array{\rtf\b dns_get_record} (string hostname [, int type [, array &authns, array &addtl]]) object{\rtf\b domxml_new_doc} (string version) object{\rtf\b domxml_open_file} (string filename) object{\rtf\b domxml_open_mem} (string str) string{\rtf\b domxml_version} (void) object{\rtf\b domxml_xmltree} (string str) object{\rtf\b domxml_xslt_stylesheet} (string xsl document) object{\rtf\b domxml_xslt_stylesheet_doc} (object DocDocument Object) object{\rtf\b domxml_xslt_stylesheet_file} (string xsl file) int{\rtf\b dotnet_load} (string assembly_name [, string datatype_name [, int codepage]]) float{\rtf\b floatval} (mixed var) array{\rtf\b each} (array array) int{\rtf\b easter_date} ([int year]) int{\rtf\b easter_days} ([int year [, int method]]) int{\rtf\b ebcdic2ascii} (string ebcdic_str) void{\rtf\b echo} (string arg1 [, string argn...]) bool{\rtf\b empty} (mixed var) mixed{\rtf\b end} (array array) bool{\rtf\b ereg} (string pattern, string string [, array regs]) string{\rtf\b ereg_replace} (string pattern, string replacement, string string) bool{\rtf\b eregi} (string pattern, string string [, array regs]) string{\rtf\b eregi_replace} (string pattern, string replacement, string string) int{\rtf\b error_log} (string message [, int message_type [, string destination [, string extra_headers]]]) int{\rtf\b error_reporting} ([int level]) string{\rtf\b escapeshellarg} (string arg) string{\rtf\b escapeshellcmd} (string command) mixed{\rtf\b eval} (string code_str) string{\rtf\b exec} (string command [, array output [, int return_var]]) int{\rtf\b exif_imagetype} (string filename) array{\rtf\b exif_read_data} (string filename [, string sections [, bool arrays [, bool thumbnail]]]) string{\rtf\b exif_thumbnail} (string filename [, int &width [, int &height [, int &imagetype]]]) void{\rtf\b exit} ([string status]) float{\rtf\b exp} (float arg) array{\rtf\b explode} (string separator, string string [, int limit]) float{\rtf\b expm1} (float number) bool{\rtf\b extension_loaded} (string name) int{\rtf\b extract} (array var_array [, int extract_type [, string prefix]]) int{\rtf\b ezmlm_hash} (string addr) int{\rtf\b fbsql_affected_rows} ([resource link_identifier]) bool{\rtf\b fbsql_autocommit} (resource link_identifier [, bool OnOff]) resource{\rtf\b fbsql_change_user} (string user, string password [, string database [, resource link_identifier]]) bool{\rtf\b fbsql_close} ([resource link_identifier]) bool{\rtf\b fbsql_commit} ([resource link_identifier]) resource{\rtf\b fbsql_connect} ([string hostname [, string username [, string password]]]) string{\rtf\b fbsql_create_blob} (string blob_data [, resource link_identifier]) string{\rtf\b fbsql_create_clob} (string clob_data [, resource link_identifier]) bool{\rtf\b fbsql_create_db} (string database_name [, resource link_identifier]) bool{\rtf\b fbsql_data_seek} (resource result_identifier, int row_number) string{\rtf\b fbsql_database} (resource link_identifier [, string database]) string{\rtf\b fbsql_database_password} (resource link_identifier [, string database_password]) resource{\rtf\b fbsql_db_query} (string database, string query [, resource link_identifier]) int{\rtf\b fbsql_db_status} (string database_name [, resource link_identifier]) bool{\rtf\b fbsql_drop_db} (string database_name [, resource link_identifier]) int{\rtf\b fbsql_errno} ([resource link_identifier]) string{\rtf\b fbsql_error} ([resource link_identifier]) array{\rtf\b fbsql_fetch_array} (resource result [, int result_type]) array{\rtf\b fbsql_fetch_assoc} (resource result) object{\rtf\b fbsql_fetch_field} (resource result [, int field_offset]) array{\rtf\b fbsql_fetch_lengths} ([resource result]) object{\rtf\b fbsql_fetch_object} (resource result [, int result_type]) array{\rtf\b fbsql_fetch_row} (resource result) string{\rtf\b fbsql_field_flags} (resource result, int field_offset) int{\rtf\b fbsql_field_len} (resource result, int field_offset) string{\rtf\b fbsql_field_name} (resource result, int field_index) bool{\rtf\b fbsql_field_seek} (resource result, int field_offset) string{\rtf\b fbsql_field_table} (resource result, int field_offset) string{\rtf\b fbsql_field_type} (resource result, int field_offset) bool{\rtf\b fbsql_free_result} (resource result) array{\rtf\b fbsql_get_autostart_info} ([resource link_identifier]) string{\rtf\b fbsql_hostname} (resource link_identifier [, string host_name]) int{\rtf\b fbsql_insert_id} ([resource link_identifier]) resource{\rtf\b fbsql_list_dbs} ([resource link_identifier]) resource{\rtf\b fbsql_list_fields} (string database_name, string table_name [, resource link_identifier]) resource{\rtf\b fbsql_list_tables} (string database [, resource link_identifier]) bool{\rtf\b fbsql_next_result} (resource result_id) int{\rtf\b fbsql_num_fields} (resource result) int{\rtf\b fbsql_num_rows} (resource result) string{\rtf\b fbsql_password} (resource link_identifier [, string password]) resource{\rtf\b fbsql_pconnect} ([string hostname [, string username [, string password]]]) resource{\rtf\b fbsql_query} (string query [, resource link_identifier]) string{\rtf\b fbsql_read_blob} (string blob_handle [, resource link_identifier]) string{\rtf\b fbsql_read_clob} (string clob_handle [, resource link_identifier]) mixed{\rtf\b fbsql_result} (resource result, int row [, mixed field]) bool{\rtf\b fbsql_rollback} ([resource link_identifier]) bool{\rtf\b fbsql_select_db} (string database_name [, resource link_identifier]) bool{\rtf\b fbsql_set_lob_mode} (resource result, string database_name) void{\rtf\b fbsql_set_transaction} (resource link_identifier, int Locking, int Isolation) bool{\rtf\b fbsql_start_db} (string database_name [, resource link_identifier]) bool{\rtf\b fbsql_stop_db} (string database_name [, resource link_identifier]) string{\rtf\b fbsql_tablename} (resource result, int i) string{\rtf\b fbsql_username} (resource link_identifier [, string username]) bool{\rtf\b fbsql_warnings} ([bool OnOff]) bool{\rtf\b fclose} (resource handle) bool{\rtf\b fdf_add_doc_javascript} (resource fdfdoc, string script_name, string script_code) bool{\rtf\b fdf_add_template} (resource fdfdoc, int newpage, string filename, string template, int rename) bool{\rtf\b fdf_close} (resource fdf_document) resource{\rtf\b fdf_create} (void) bool{\rtf\b fdf_enum_values} (resource fdfdoc, callback function [, mixed userdata]) int{\rtf\b fdf_errno} (void) string{\rtf\b fdf_error} ([int error_code]) bool{\rtf\b fdf_get_ap} (resource fdf_document, string field, int face, string filename) array{\rtf\b fdf_get_attachment} (resource fdf_document, string fieldname, string savepath) string{\rtf\b fdf_get_encoding} (resource fdf_document) string{\rtf\b fdf_get_file} (resource fdf_document) fdf_get_flags{\rtf\b fdf_get_flags} (void) mixed{\rtf\b fdf_get_opt} (resource fdfdof, string fieldname [, int element]) string{\rtf\b fdf_get_status} (resource fdf_document) string{\rtf\b fdf_get_value} (resource fdf_document, string fieldname [, int which]) string{\rtf\b fdf_get_version} ([resource fdf_document]) bool{\rtf\b fdf_header} (void) string{\rtf\b fdf_next_field_name} (resource fdf_document [, string fieldname]) resource{\rtf\b fdf_open} (string filename) resource{\rtf\b fdf_open_string} (string fdf_data) bool{\rtf\b fdf_remove_item} (resource fdfdoc, string fieldname, int item) bool{\rtf\b fdf_save} (resource fdf_document [, string filename]) string{\rtf\b fdf_save_string} (resource fdf_document) bool{\rtf\b fdf_set_ap} (resource fdf_document, string field_name, int face, string filename, int page_number) bool{\rtf\b fdf_set_encoding} (resource fdf_document, string encoding) bool{\rtf\b fdf_set_file} (resource fdf_document, string url [, string target_frame]) bool{\rtf\b fdf_set_flags} (resource fdf_document, string fieldname, int whichFlags, int newFlags) bool{\rtf\b fdf_set_javascript_action} (resource fdf_document, string fieldname, int trigger, string script) bool{\rtf\b fdf_set_opt} (resource fdf_document, string fieldname, int element, string str1, string str2) bool{\rtf\b fdf_set_status} (resource fdf_document, string status) bool{\rtf\b fdf_set_submit_form_action} (resource fdf_document, string fieldname, int trigger, string script, int flags) bool{\rtf\b fdf_set_target_frame} (resource fdf_document, string frame_name) bool{\rtf\b fdf_set_value} (resource fdf_document, string fieldname, mixed value [, int isName]) string{\rtf\b fdf_set_version} (resource fdf_document, string version) bool{\rtf\b feof} (resource handle) bool{\rtf\b fflush} (resource handle) string{\rtf\b fgetc} (resource handle) array{\rtf\b fgetcsv} (resource handle, int length [, string delimiter [, string enclosure]]) string{\rtf\b fgets} (resource handle [, int length]) string{\rtf\b fgetss} (resource handle, int length [, string allowable_tags]) array{\rtf\b file} (string filename [, int use_include_path [, resource context]]) bool{\rtf\b file_exists} (string filename) string{\rtf\b file_get_contents} (string filename [, int use_include_path [, resource context]]) int{\rtf\b file_put_contents} (string filename, string data [, int flags [, resource context]]) int{\rtf\b fileatime} (string filename) int{\rtf\b filectime} (string filename) int{\rtf\b filegroup} (string filename) int{\rtf\b fileinode} (string filename) int{\rtf\b filemtime} (string filename) int{\rtf\b fileowner} (string filename) int{\rtf\b fileperms} (string filename) bool{\rtf\b filepro} (string directory) int{\rtf\b filepro_fieldcount} (void) string{\rtf\b filepro_fieldname} (int field_number) string{\rtf\b filepro_fieldtype} (int field_number) int{\rtf\b filepro_fieldwidth} (int field_number) string{\rtf\b filepro_retrieve} (int row_number, int field_number) int{\rtf\b filepro_rowcount} (void) int{\rtf\b filesize} (string filename) string{\rtf\b filetype} (string filename) float{\rtf\b floatval} (mixed var) bool{\rtf\b flock} (resource handle, int operation [, int &wouldblock]) float{\rtf\b floor} (float value) void{\rtf\b flush} (void) float{\rtf\b fmod} (float x, float y) array{\rtf\b fnmatch} (string pattern, string string [, int flags]) resource{\rtf\b fopen} (string filename, string mode [, int use_include_path [, resource zcontext]]) int{\rtf\b fpassthru} (resource handle) int{\rtf\b fprintf} (resource handle, string format [, mixed args]) int{\rtf\b fputs} (resource handle, string string [, int length]) string{\rtf\b fread} (resource handle, int length) int{\rtf\b frenchtojd} (int month, int day, int year) string{\rtf\b fribidi_log2vis} (string str, string direction, int charset) mixed{\rtf\b fscanf} (resource handle, string format [, string var1]) int{\rtf\b fseek} (resource handle, int offset [, int whence]) int{\rtf\b fsockopen} (string target, int port [, int errno [, string errstr [, float timeout]]]) array{\rtf\b fstat} (resource handle) int{\rtf\b ftell} (resource handle) int{\rtf\b ftok} (string pathname, string proj) bool{\rtf\b ftp_cdup} (resource ftp_stream) bool{\rtf\b ftp_chdir} (resource ftp_stream, string directory) string{\rtf\b ftp_chmod} (resource ftp_stream, int mode, string filename) void{\rtf\b ftp_close} (resource ftp_stream) resource{\rtf\b ftp_connect} (string host [, int port [, int timeout]]) bool{\rtf\b ftp_delete} (resource ftp_stream, string path) bool{\rtf\b ftp_exec} (resource ftp_stream, string command) bool{\rtf\b ftp_fget} (resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) bool{\rtf\b ftp_fput} (resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) bool{\rtf\b ftp_get} (resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) mixed{\rtf\b ftp_get_option} (resource ftp_stream, int option) bool{\rtf\b ftp_login} (resource ftp_stream, string username, string password) int{\rtf\b ftp_mdtm} (resource ftp_stream, string remote_file) string{\rtf\b ftp_mkdir} (resource ftp_stream, string directory) bool{\rtf\b ftp_nb_continue} (resource ftp_stream) bool{\rtf\b ftp_nb_fget} (resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) bool{\rtf\b ftp_nb_fput} (resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) bool{\rtf\b ftp_nb_get} (resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) bool{\rtf\b ftp_nb_put} (resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) array{\rtf\b ftp_nlist} (resource ftp_stream, string directory) bool{\rtf\b ftp_pasv} (resource ftp_stream, bool pasv) bool{\rtf\b ftp_put} (resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) string{\rtf\b ftp_pwd} (resource ftp_stream) void{\rtf\b ftp_close} (resource ftp_stream) array{\rtf\b ftp_raw} (resource ftp_stream, string command) array{\rtf\b ftp_rawlist} (resource ftp_stream, string directory) bool{\rtf\b ftp_rename} (resource ftp_stream, string from, string to) bool{\rtf\b ftp_rmdir} (resource ftp_stream, string directory) bool{\rtf\b ftp_set_option} (resource ftp_stream, int option, mixed value) bool{\rtf\b ftp_site} (resource ftp_stream, string cmd) int{\rtf\b ftp_size} (resource ftp_stream, string remote_file) resource{\rtf\b ftp_ssl_connect} (string host [, int port [, int timeout]]) string{\rtf\b ftp_systype} (resource ftp_stream) bool{\rtf\b ftruncate} (resource handle, int size) mixed{\rtf\b func_get_arg} (int arg_num) array{\rtf\b func_get_args} (void) int{\rtf\b func_num_args} (void) bool{\rtf\b function_exists} (string function_name) int{\rtf\b fwrite} (resource handle, string string [, int length]) array{\rtf\b gd_info} (void) object{\rtf\b get_browser} ([string user_agent]) string{\rtf\b get_cfg_var} (string varname) string{\rtf\b get_class} (object obj) array{\rtf\b get_class_methods} (mixed class_name) array{\rtf\b get_class_vars} (string class_name) string{\rtf\b get_current_user} (void) array{\rtf\b get_declared_classes} (void) array{\rtf\b get_defined_constants} (void) array{\rtf\b get_defined_functions} (void) array{\rtf\b get_defined_vars} (void) array{\rtf\b get_extension_funcs} (string module_name) array{\rtf\b get_html_translation_table} (int table [, int quote_style]) string{\rtf\b get_include_path} (void) array{\rtf\b get_included_files} (void) array{\rtf\b get_loaded_extensions} (void) int{\rtf\b get_magic_quotes_gpc} (void) int{\rtf\b get_magic_quotes_runtime} (void) array{\rtf\b get_meta_tags} (string filename [, int use_include_path]) array{\rtf\b get_object_vars} (object obj) string{\rtf\b get_parent_class} (mixed obj) array{\rtf\b get_included_files} (void) string{\rtf\b get_resource_type} (resource handle) array{\rtf\b getallheaders} (void) string{\rtf\b getcwd} (void) array{\rtf\b getdate} ([int timestamp]) string{\rtf\b getenv} (string varname) string{\rtf\b gethostbyaddr} (string ip_address) string{\rtf\b gethostbyname} (string hostname) array{\rtf\b gethostbynamel} (string hostname) array{\rtf\b getimagesize} (string filename [, array imageinfo]) int{\rtf\b getlastmod} (void) int{\rtf\b getmxrr} (string hostname, array mxhosts [, array weight]) int{\rtf\b getmygid} (void) int{\rtf\b getmyinode} (void) int{\rtf\b getmypid} (void) int{\rtf\b getmyuid} (void) string{\rtf\b getopt} (string options) int{\rtf\b getprotobyname} (string name) string{\rtf\b getprotobynumber} (int number) int{\rtf\b getrandmax} (void) array{\rtf\b getrusage} ([int who]) int{\rtf\b getservbyname} (string service, string protocol) string{\rtf\b getservbyport} (int port, string protocol) string{\rtf\b gettext} (string message) array{\rtf\b gettimeofday} (void) string{\rtf\b gettype} (mixed var) array{\rtf\b glob} (string pattern [, int flags]) string{\rtf\b gmdate} (string format [, int timestamp]) int{\rtf\b gmmktime} ([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) resource{\rtf\b gmp_abs} (resource a) resource{\rtf\b gmp_add} (resource a, resource b) resource{\rtf\b gmp_and} (resource a, resource b) resource{\rtf\b gmp_clrbit} (resource &a, int index) int{\rtf\b gmp_cmp} (resource a, resource b) resource{\rtf\b gmp_com} (resource a) resource{\rtf\b gmp_div} (resource a, resource b [, int round]) resource{\rtf\b gmp_div_q} (resource a, resource b [, int round]) array{\rtf\b gmp_div_qr} (resource n, resource d [, int round]) resource{\rtf\b gmp_div_r} (resource n, resource d [, int round]) resource{\rtf\b gmp_divexact} (resource n, resource d) resource{\rtf\b gmp_fact} (int a) resource{\rtf\b gmp_gcd} (resource a, resource b) array{\rtf\b gmp_gcdext} (resource a, resource b) int{\rtf\b gmp_hamdist} (resource a, resource b) resource{\rtf\b gmp_init} (mixed number) int{\rtf\b gmp_intval} (resource gmpnumber) resource{\rtf\b gmp_invert} (resource a, resource b) int{\rtf\b gmp_jacobi} (resource a, resource p) int{\rtf\b gmp_legendre} (resource a, resource p) resource{\rtf\b gmp_mod} (resource n, resource d) resource{\rtf\b gmp_mul} (resource a, resource b) resource{\rtf\b gmp_neg} (resource a) resource{\rtf\b gmp_or} (resource a, resource b) bool{\rtf\b gmp_perfect_square} (resource a) int{\rtf\b gmp_popcount} (resource a) resource{\rtf\b gmp_pow} (resource base, int exp) resource{\rtf\b gmp_powm} (resource base, resource exp, resource mod) int{\rtf\b gmp_prob_prime} (resource a [, int reps]) resource{\rtf\b gmp_random} (int limiter) int{\rtf\b gmp_scan0} (resource a, int start) int{\rtf\b gmp_scan1} (resource a, int start) resource{\rtf\b gmp_setbit} (resource &a, int index [, bool set_clear]) int{\rtf\b gmp_sign} (resource a) resource{\rtf\b gmp_sqrt} (resource a) array{\rtf\b gmp_sqrtrm} (resource a) string{\rtf\b gmp_strval} (resource gmpnumber [, int base]) resource{\rtf\b gmp_sub} (resource a, resource b) resource{\rtf\b gmp_xor} (resource a, resource b) string{\rtf\b gmstrftime} (string format [, int timestamp]) int{\rtf\b gregoriantojd} (int month, int day, int year) int{\rtf\b gzclose} (resource zp) string{\rtf\b gzcompress} (string data [, int level]) string{\rtf\b gzdeflate} (string data [, int level]) string{\rtf\b gzencode} (string data [, int level [, int encoding_mode]]) int{\rtf\b gzeof} (resource zp) array{\rtf\b gzfile} (string filename [, int use_include_path]) string{\rtf\b gzgetc} (resource zp) string{\rtf\b gzgets} (resource zp, int length) string{\rtf\b gzgetss} (resource zp, int length [, string allowable_tags]) string{\rtf\b gzinflate} (string data [, int length]) resource{\rtf\b gzopen} (string filename, string mode [, int use_include_path]) int{\rtf\b gzpassthru} (resource zp) int{\rtf\b gzputs} (resource zp, string string [, int length]) string{\rtf\b gzread} (resource zp, int length) int{\rtf\b gzrewind} (resource zp) int{\rtf\b gzseek} (resource zp, int offset) int{\rtf\b gztell} (resource zp) string{\rtf\b gzuncompress} (string data [, int length]) int{\rtf\b gzwrite} (resource zp, string string [, int length]) int{\rtf\b header} (string string [, bool replace [, int http_response_code]]) bool{\rtf\b headers_sent} ([string &file [, int &line]]) string{\rtf\b hebrev} (string hebrew_text [, int max_chars_per_line]) string{\rtf\b hebrevc} (string hebrew_text [, int max_chars_per_line]) int{\rtf\b hexdec} (string hex_string) mixed{\rtf\b highlight_file} (string filename [, bool return]) mixed{\rtf\b highlight_string} (string str [, bool return]) string{\rtf\b html_entity_decode} (string string [, int quote_style [, string charset]]) string{\rtf\b htmlentities} (string string [, int quote_style [, string charset]]) string{\rtf\b htmlspecialchars} (string string [, int quote_style [, string charset]]) string{\rtf\b hw_array2objrec} (array object_array) void{\rtf\b hw_changeobject} (int link, int objid, array attributes) array{\rtf\b hw_children} (int connection, int objectID) array{\rtf\b hw_childrenobj} (int connection, int objectID) int{\rtf\b hw_close} (int connection) int{\rtf\b hw_connect} (string host, int port, string username, string password) void{\rtf\b hw_connection_info} (int link) int{\rtf\b hw_cp} (int connection, array object_id_array, int destination_id) int{\rtf\b hw_deleteobject} (int connection, int object_to_delete) int{\rtf\b hw_docbyanchor} (int connection, int anchorID) string{\rtf\b hw_docbyanchorobj} (int connection, int anchorID) string{\rtf\b hw_document_attributes} (int hw_document) string{\rtf\b hw_document_bodytag} (int hw_document) string{\rtf\b hw_document_content} (int hw_document) string{\rtf\b hw_document_setcontent} (int hw_document, string content) int{\rtf\b hw_document_size} (int hw_document) string{\rtf\b hw_dummy} (int link, int id, int msgid) int{\rtf\b hw_edittext} (int connection, int hw_document) int{\rtf\b hw_error} (int connection) string{\rtf\b hw_errormsg} (int connection) int{\rtf\b hw_free_document} (int hw_document) array{\rtf\b hw_getanchors} (int connection, int objectID) array{\rtf\b hw_getanchorsobj} (int connection, int objectID) string{\rtf\b hw_getandlock} (int connection, int objectID) array{\rtf\b hw_getchildcoll} (int connection, int objectID) array{\rtf\b hw_getchildcollobj} (int connection, int objectID) array{\rtf\b hw_getchilddoccoll} (int connection, int objectID) array{\rtf\b hw_getchilddoccollobj} (int connection, int objectID) array{\rtf\b hw_getobject} (int connection, mixed objectID, string query) array{\rtf\b hw_getobjectbyquery} (int connection, string query, int max_hits) array{\rtf\b hw_getobjectbyquerycoll} (int connection, int objectID, string query, int max_hits) array{\rtf\b hw_getobjectbyquerycollobj} (int connection, int objectID, string query, int max_hits) array{\rtf\b hw_getobjectbyqueryobj} (int connection, string query, int max_hits) array{\rtf\b hw_getparents} (int connection, int objectID) array{\rtf\b hw_getparentsobj} (int connection, int objectID) string{\rtf\b hw_getrellink} (int link, int rootid, int sourceid, int destid) int{\rtf\b hw_getremote} (int connection, int objectID) int{\rtf\b hw_getremotechildren} (int connection, string object_record) array{\rtf\b hw_getsrcbydestobj} (int connection, int objectID) int{\rtf\b hw_gettext} (int connection, int objectID [, mixed rootID/prefix]) string{\rtf\b hw_getusername} (int connection) int{\rtf\b hw_identify} (string username, string password) array{\rtf\b hw_incollections} (int connection, array object_id_array, array collection_id_array, int return_collections) string{\rtf\b hw_info} (int connection) int{\rtf\b hw_inscoll} (int connection, int objectID, array object_array) int{\rtf\b hw_insdoc} (int connection, int parentID, string object_record, string text) string{\rtf\b hw_insertanchors} (int hwdoc, array anchorecs, array dest [, array urlprefixes]) int{\rtf\b hw_insertdocument} (int connection, int parent_id, int hw_document) int{\rtf\b hw_insertobject} (int connection, string object_rec, string parameter) int{\rtf\b hw_mapid} (int connection, int server_id, int object_id) int{\rtf\b hw_modifyobject} (int connection, int object_to_change, array remove, array add, int mode) int{\rtf\b hw_mv} (int connection, array object_id_array, int source_id, int destination_id) int{\rtf\b hw_new_document} (string object_record, string document_data, int document_size) array{\rtf\b hw_objrec2array} (string object_record [, array format]) int{\rtf\b hw_output_document} (int hw_document) int{\rtf\b hw_pconnect} (string host, int port, string username, string password) int{\rtf\b hw_pipedocument} (int connection, int objectID) int{\rtf\b hw_root} () void{\rtf\b hw_setlinkroot} (int link, int rootid) string{\rtf\b hw_stat} (int link) int{\rtf\b hw_unlock} (int connection, int objectID) int{\rtf\b hw_who} (int connection) object{\rtf\b hwapi_hgcsp} (string hostname [, int port]) float{\rtf\b hypot} (float num1, float num2) bool{\rtf\b ibase_add_user} (string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) bool{\rtf\b ibase_blob_add} (int blob_id, string data) bool{\rtf\b ibase_blob_cancel} (int blob_id) bool{\rtf\b ibase_blob_close} (int blob_id) int{\rtf\b ibase_blob_create} ([resource link_identifier]) bool{\rtf\b ibase_blob_echo} (string blob_id_str) string{\rtf\b ibase_blob_get} (int blob_id, int len) string{\rtf\b ibase_blob_import} ([resource link_identifier, int file_id]) object{\rtf\b ibase_blob_info} (string blob_id_str) int{\rtf\b ibase_blob_open} (string blob_id) bool{\rtf\b ibase_close} ([resource connection_id]) bool{\rtf\b ibase_commit} ([resource link_identifier, int trans_number]) resource{\rtf\b ibase_connect} (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]]) bool{\rtf\b ibase_delete_user} (string server, string dba_user_name, string dba_user_password, string user_name) string{\rtf\b ibase_errmsg} (void) resource{\rtf\b ibase_execute} (resource query [, int bind_args]) array{\rtf\b ibase_fetch_assoc} (resource result [, int blob_flag]) object{\rtf\b ibase_fetch_object} (resource result_id [, int blob_flag]) array{\rtf\b ibase_fetch_row} (resource result_identifier [, int blob_flag]) array{\rtf\b ibase_field_info} (resource result, int field_number) bool{\rtf\b ibase_free_query} (resource query) bool{\rtf\b ibase_free_result} (resource result_identifier) bool{\rtf\b ibase_modify_user} (string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) int{\rtf\b ibase_num_fields} (resource result_id) resource{\rtf\b ibase_pconnect} (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]]) resource{\rtf\b ibase_prepare} ([resource link_identifier, string query]) resource{\rtf\b ibase_query} ([resource link_identifier, string query [, int bind_args]]) bool{\rtf\b ibase_rollback} ([resource link_identifier, int trans_number]) int{\rtf\b ibase_timefmt} (string format [, int columntype]) resource{\rtf\b ibase_trans} ([int trans_args [, resource link_identifier]]) string{\rtf\b iconv} (string in_charset, string out_charset, string str) array{\rtf\b iconv_get_encoding} ([string type]) bool{\rtf\b iconv_set_encoding} (string type, string charset) int{\rtf\b ifx_affected_rows} (int result_id) void{\rtf\b ifx_blobinfile_mode} (int mode) void{\rtf\b ifx_byteasvarchar} (int mode) int{\rtf\b ifx_close} ([int link_identifier]) int{\rtf\b ifx_connect} ([string database [, string userid [, string password]]]) int{\rtf\b ifx_copy_blob} (int bid) int{\rtf\b ifx_create_blob} (int type, int mode, string param) int{\rtf\b ifx_create_char} (string param) int{\rtf\b ifx_do} (int result_id) string{\rtf\b ifx_error} (void) string{\rtf\b ifx_errormsg} ([int errorcode]) array{\rtf\b ifx_fetch_row} (int result_id [, mixed position]) array{\rtf\b ifx_fieldproperties} (int result_id) array{\rtf\b ifx_fieldtypes} (int result_id) int{\rtf\b ifx_free_blob} (int bid) int{\rtf\b ifx_free_char} (int bid) int{\rtf\b ifx_free_result} (int result_id) int{\rtf\b ifx_get_blob} (int bid) int{\rtf\b ifx_get_char} (int bid) array{\rtf\b ifx_getsqlca} (int result_id) int{\rtf\b ifx_htmltbl_result} (int result_id [, string html_table_options]) void{\rtf\b ifx_nullformat} (int mode) int{\rtf\b ifx_num_fields} (int result_id) int{\rtf\b ifx_num_rows} (int result_id) int{\rtf\b ifx_pconnect} ([string database [, string userid [, string password]]]) int{\rtf\b ifx_prepare} (string query, int conn_id [, int cursor_def, mixed blobidarray]) int{\rtf\b ifx_query} (string query, int link_identifier [, int cursor_type [, mixed blobidarray]]) void{\rtf\b ifx_textasvarchar} (int mode) bool{\rtf\b ifx_update_blob} (int bid, string content) int{\rtf\b ifx_update_char} (int bid, string content) int{\rtf\b ifxus_close_slob} (int bid) int{\rtf\b ifxus_create_slob} (int mode) int{\rtf\b ifxus_free_slob} (int bid) int{\rtf\b ifxus_open_slob} (long bid, int mode) int{\rtf\b ifxus_read_slob} (long bid, long nbytes) int{\rtf\b ifxus_seek_slob} (long bid, int mode, long offset) int{\rtf\b ifxus_tell_slob} (long bid) int{\rtf\b ifxus_write_slob} (long bid, string content) int{\rtf\b ignore_user_abort} ([bool setting]) int{\rtf\b image2wbmp} (resource image [, string filename [, int threshold]]) string{\rtf\b image_type_to_mime_type} (int imagetype) int{\rtf\b imagealphablending} (resource image, bool blendmode) bool{\rtf\b imageantialias} (int im, bool on) int{\rtf\b imagearc} (resource image, int cx, int cy, int w, int h, int s, int e, int color) int{\rtf\b imagechar} (resource image, int font, int x, int y, string c, int color) int{\rtf\b imagecharup} (resource image, int font, int x, int y, string c, int color) int{\rtf\b imagecolorallocate} (resource image, int red, int green, int blue) int{\rtf\b imagecolorallocatealpha} (resource image, int red, int green, int blue, int alpha) int{\rtf\b imagecolorat} (resource image, int x, int y) int{\rtf\b imagecolorclosest} (resource image, int red, int green, int blue) int{\rtf\b imagecolorclosestalpha} (resource image, int red, int green, int blue, int alpha) int{\rtf\b imagecolorclosesthwb} (resource image, int red, int green, int blue) int{\rtf\b imagecolordeallocate} (resource image, int color) int{\rtf\b imagecolorexact} (resource image, int red, int green, int blue) int{\rtf\b imagecolorexactalpha} (resource image, int red, int green, int blue, int alpha) bool{\rtf\b imagecolormatch} (resource image1, resource image2) int{\rtf\b imagecolorresolve} (resource image, int red, int green, int blue) int{\rtf\b imagecolorresolvealpha} (resource image, int red, int green, int blue, int alpha) bool{\rtf\b imagecolorset} (resource image, int index, int red, int green, int blue) array{\rtf\b imagecolorsforindex} (resource image, int index) int{\rtf\b imagecolorstotal} (resource image) int{\rtf\b imagecolortransparent} (resource image [, int color]) int{\rtf\b imagecopy} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) int{\rtf\b imagecopymerge} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) int{\rtf\b imagecopymergegray} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) int{\rtf\b imagecopyresampled} (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) int{\rtf\b imagecopyresized} (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) resource{\rtf\b imagecreate} (int x_size, int y_size) resource{\rtf\b imagecreatefromgd} (string filename) resource{\rtf\b imagecreatefromgd2} (string filename) resource{\rtf\b imagecreatefromgd2part} (string filename, int srcX, int srcY, int width, int height) resource{\rtf\b imagecreatefromgif} (string filename) resource{\rtf\b imagecreatefromjpeg} (string filename) resource{\rtf\b imagecreatefrompng} (string filename) resource{\rtf\b imagecreatefromstring} (string image) resource{\rtf\b imagecreatefromwbmp} (string filename) resource{\rtf\b imagecreatefromxbm} (string filename) resource{\rtf\b imagecreatefromxpm} (string filename) resource{\rtf\b imagecreatetruecolor} (int x_size, int y_size) int{\rtf\b imagedashedline} (resource image, int x1, int y1, int x2, int y2, int color) int{\rtf\b imagedestroy} (resource image) int{\rtf\b imageellipse} (resource image, int cx, int cy, int w, int h, int color) int{\rtf\b imagefill} (resource image, int x, int y, int color) int{\rtf\b imagefilledarc} (resource image, int cx, int cy, int w, int h, int s, int e, int color, int style) int{\rtf\b imagefilledellipse} (resource image, int cx, int cy, int w, int h, int color) int{\rtf\b imagefilledpolygon} (resource image, array points, int num_points, int color) int{\rtf\b imagefilledrectangle} (resource image, int x1, int y1, int x2, int y2, int color) int{\rtf\b imagefilltoborder} (resource image, int x, int y, int border, int color) int{\rtf\b imagefontheight} (int font) int{\rtf\b imagefontwidth} (int font) array{\rtf\b imageftbbox} (int size, int angle, string font_file, string text [, array extrainfo]) array{\rtf\b imagefttext} (resource image, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo]) int{\rtf\b imagegammacorrect} (resource image, float inputgamma, float outputgamma) int{\rtf\b imagegd} (resource image [, string filename]) int{\rtf\b imagegd2} (resource image [, string filename [, int chunk_size [, int type]]]) int{\rtf\b imagegif} (resource image [, string filename]) int{\rtf\b imageinterlace} (resource image [, int interlace]) bool{\rtf\b imageistruecolor} (resource image) int{\rtf\b imagejpeg} (resource image [, string filename [, int quality]]) int{\rtf\b imageline} (resource image, int x1, int y1, int x2, int y2, int color) int{\rtf\b imageloadfont} (string file) int{\rtf\b imagepalettecopy} (resource destination, resource source) int{\rtf\b imagepng} (resource image [, string filename]) int{\rtf\b imagepolygon} (resource image, array points, int num_points, int color) array{\rtf\b imagepsbbox} (string text, int font, int size [, int space [, int tightness [, float angle]]]) int{\rtf\b imagepscopyfont} (int fontindex) int{\rtf\b imagepsencodefont} (int font_index, string encodingfile) bool{\rtf\b imagepsextendfont} (int font_index, float extend) void{\rtf\b imagepsfreefont} (int fontindex) int{\rtf\b imagepsloadfont} (string filename) bool{\rtf\b imagepsslantfont} (int font_index, float slant) array{\rtf\b imagepstext} (resource image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]]) int{\rtf\b imagerectangle} (resource image, int x1, int y1, int x2, int y2, int col) resource{\rtf\b imagerotate} (resource src_im, float angle, int bgd_color) bool{\rtf\b imagesavealpha} (resource image, bool saveflag) int{\rtf\b imagesetbrush} (resource image, resource brush) int{\rtf\b imagesetpixel} (resource image, int x, int y, int color) int{\rtf\b imagesetstyle} (resource image, array style) void{\rtf\b imagesetthickness} (resource image, int thickness) int{\rtf\b imagesettile} (resource image, resource tile) int{\rtf\b imagestring} (resource image, int font, int x, int y, string s, int col) int{\rtf\b imagestringup} (resource image, int font, int x, int y, string s, int col) int{\rtf\b imagesx} (resource image) int{\rtf\b imagesy} (resource image) void{\rtf\b imagetruecolortopalette} (resource image, bool dither, int ncolors) array{\rtf\b imagettfbbox} (int size, int angle, string fontfile, string text) array{\rtf\b imagettftext} (resource image, int size, int angle, int x, int y, int color, string fontfile, string text) int{\rtf\b imagetypes} (void) int{\rtf\b imagewbmp} (resource image [, string filename [, int foreground]]) string{\rtf\b imap_8bit} (string string) array{\rtf\b imap_alerts} (void) bool{\rtf\b imap_append} (resource imap_stream, string mbox, string message [, string options]) string{\rtf\b imap_base64} (string text) string{\rtf\b imap_binary} (string string) string{\rtf\b imap_body} (resource imap_stream, int msg_number [, int options]) object{\rtf\b imap_bodystruct} (resource stream_id, int msg_no, int section) object{\rtf\b imap_check} (resource imap_stream) bool{\rtf\b imap_clearflag_full} (resource stream, string sequence, string flag, string options) bool{\rtf\b imap_close} (resource imap_stream [, int flag]) bool{\rtf\b imap_createmailbox} (resource imap_stream, string mbox) bool{\rtf\b imap_delete} (int imap_stream, int msg_number [, int options]) bool{\rtf\b imap_deletemailbox} (resource imap_stream, string mbox) array{\rtf\b imap_errors} (void) bool{\rtf\b imap_expunge} (resource imap_stream) array{\rtf\b imap_fetch_overview} (resource imap_stream, string sequence [, int options]) string{\rtf\b imap_fetchbody} (resource imap_stream, int msg_number, string part_number [, flags options]) string{\rtf\b imap_fetchheader} (resource imap_stream, int msgno, int options) object{\rtf\b imap_fetchstructure} (resource imap_stream, int msg_number [, int options]) array{\rtf\b imap_get_quota} (resource imap_stream, string quota_root) array{\rtf\b imap_get_quotaroot} (resource imap_stream, string quota_root) array{\rtf\b imap_getmailboxes} (resource imap_stream, string ref, string pattern) array{\rtf\b imap_getsubscribed} (resource imap_stream, string ref, string pattern) object{\rtf\b imap_header} (resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) object{\rtf\b imap_headerinfo} (resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) array{\rtf\b imap_headers} (resource imap_stream) string{\rtf\b imap_last_error} (void) array{\rtf\b imap_list} (resource imap_stream, string ref, string pattern) array{\rtf\b imap_listmailbox} (resource imap_stream, string ref, string pattern) array{\rtf\b imap_listscan} (resource imap_stream, string ref, string pattern, string content) array{\rtf\b imap_listsubscribed} (resource imap_stream, string ref, string pattern) array{\rtf\b imap_lsub} (resource imap_stream, string ref, string pattern) string{\rtf\b imap_mail} (string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) string{\rtf\b imap_mail_compose} (array envelope, array body) bool{\rtf\b imap_mail_copy} (resource imap_stream, string msglist, string mbox [, int options]) bool{\rtf\b imap_mail_move} (resource imap_stream, string msglist, string mbox [, int options]) object{\rtf\b imap_mailboxmsginfo} (resource imap_stream) array{\rtf\b imap_mime_header_decode} (string text) int{\rtf\b imap_msgno} (resource imap_stream, int uid) int{\rtf\b imap_num_msg} (resource imap_stream) int{\rtf\b imap_num_recent} (resource imap_stream) resource{\rtf\b imap_open} (string mailbox, string username, string password [, int options]) bool{\rtf\b imap_ping} (resource imap_stream) string{\rtf\b imap_qprint} (string string) bool{\rtf\b imap_renamemailbox} (resource imap_stream, string old_mbox, string new_mbox) bool{\rtf\b imap_reopen} (resource imap_stream, string mailbox [, string options]) array{\rtf\b imap_rfc822_parse_adrlist} (string address, string default_host) object{\rtf\b imap_rfc822_parse_headers} (string headers [, string defaulthost]) string{\rtf\b imap_rfc822_write_address} (string mailbox, string host, string personal) array{\rtf\b imap_listscan} (resource imap_stream, string ref, string pattern, string content) array{\rtf\b imap_search} (resource imap_stream, string criteria, int options) bool{\rtf\b imap_set_quota} (resource imap_stream, string quota_root, int quota_limit) bool{\rtf\b imap_setacl} (resource stream_id, string mailbox, string id, string rights) bool{\rtf\b imap_setflag_full} (resource stream, string sequence, string flag, string options) array{\rtf\b imap_sort} (resource stream, int criteria, int reverse [, int options [, string search_criteria]]) object{\rtf\b imap_status} (resource imap_stream, string mailbox, int options) bool{\rtf\b imap_subscribe} (resource imap_stream, string mbox) array{\rtf\b imap_thread} (resource stream_id [, int options]) int{\rtf\b imap_uid} (resource imap_stream, int msgno) bool{\rtf\b imap_undelete} (resource imap_stream, int msg_number) bool{\rtf\b imap_unsubscribe} (string imap_stream, string mbox) string{\rtf\b imap_utf7_decode} (string text) string{\rtf\b imap_utf7_encode} (string data) string{\rtf\b imap_utf8} (string mime_encoded_text) string{\rtf\b implode} (string glue, array pieces) bool{\rtf\b import_request_variables} (string types [, string prefix]) bool{\rtf\b in_array} (mixed needle, array haystack [, bool strict]) bool{\rtf\b ingres_autocommit} ([resource link]) bool{\rtf\b ingres_close} ([resource link]) bool{\rtf\b ingres_commit} ([resource link]) resource{\rtf\b ingres_connect} ([string database [, string username [, string password]]]) array{\rtf\b ingres_fetch_array} ([int result_type [, resource link]]) object{\rtf\b ingres_fetch_object} ([int result_type [, resource link]]) array{\rtf\b ingres_fetch_row} ([resource link]) int{\rtf\b ingres_field_length} (int index [, resource link]) string{\rtf\b ingres_field_name} (int index [, resource link]) bool{\rtf\b ingres_field_nullable} (int index [, resource link]) int{\rtf\b ingres_field_precision} (int index [, resource link]) int{\rtf\b ingres_field_scale} (int index [, resource link]) string{\rtf\b ingres_field_type} (int index [, resource link]) int{\rtf\b ingres_num_fields} ([resource link]) int{\rtf\b ingres_num_rows} ([resource link]) resource{\rtf\b ingres_pconnect} ([string database [, string username [, string password]]]) bool{\rtf\b ingres_query} (string query [, resource link]) bool{\rtf\b ingres_rollback} ([resource link]) string{\rtf\b ini_alter} (string varname, string newvalue) string{\rtf\b ini_get} (string varname) array{\rtf\b ini_get_all} ([string extension]) string{\rtf\b ini_restore} (string varname) string{\rtf\b ini_set} (string varname, string newvalue) int{\rtf\b intval} (mixed var [, int base]) int{\rtf\b ip2long} (string ip_address) array{\rtf\b iptcembed} (string iptcdata, string jpeg_file_name [, int spool]) array{\rtf\b iptcparse} (string iptcblock) bool{\rtf\b ircg_channel_mode} (resource connection, string channel, string mode_spec, string nick) bool{\rtf\b ircg_disconnect} (resource connection, string reason) array{\rtf\b ircg_fetch_error_msg} (resource connection) string{\rtf\b ircg_get_username} (resource connection) bool{\rtf\b ircg_html_encode} (string html_string) bool{\rtf\b ircg_ignore_add} (resource connection, string nick) bool{\rtf\b ircg_ignore_del} (resource connection, string nick) bool{\rtf\b ircg_is_conn_alive} (resource connection) bool{\rtf\b ircg_join} (resource connection, string channel [, string key]) bool{\rtf\b ircg_kick} (resource connection, string channel, string nick, string reason) bool{\rtf\b ircg_lookup_format_messages} (string name) bool{\rtf\b ircg_msg} (resource connection, string recipient, string message [, boolean suppress]) bool{\rtf\b ircg_nick} (resource connection, string nick) string{\rtf\b ircg_nickname_escape} (string nick) string{\rtf\b ircg_nickname_unescape} (string nick) bool{\rtf\b ircg_notice} (resource connection, string , string message) bool{\rtf\b ircg_part} (resource connection, string channel) resource{\rtf\b ircg_pconnect} (string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]]) bool{\rtf\b ircg_register_format_messages} (string name, array messages) bool{\rtf\b ircg_set_current} (resource connection) bool{\rtf\b ircg_set_file} (resource connection, string path) bool{\rtf\b ircg_set_on_die} (resource connection, string host, int port, string data) bool{\rtf\b ircg_topic} (resource connection, string channel, string new_topic) bool{\rtf\b ircg_whois} (resource connection, string nick) bool{\rtf\b is_a} (object object, string class_name) bool{\rtf\b is_array} (mixed var) bool{\rtf\b is_bool} (mixed var) bool{\rtf\b is_callable} (mixed var [, bool syntax_only [, string callable_name]]) bool{\rtf\b is_dir} (string filename) bool{\rtf\b is_double} (mixed var) bool{\rtf\b is_executable} (string filename) bool{\rtf\b is_file} (string filename) bool{\rtf\b is_finite} (float val) bool{\rtf\b is_float} (mixed var) bool{\rtf\b is_infinite} (float val) bool{\rtf\b is_int} (mixed var) bool{\rtf\b is_int} (mixed var) bool{\rtf\b is_link} (string filename) bool{\rtf\b is_long} (mixed var) bool{\rtf\b is_nan} (float val) bool{\rtf\b is_null} (mixed var) bool{\rtf\b is_numeric} (mixed var) bool{\rtf\b is_object} (mixed var) bool{\rtf\b is_readable} (string filename) bool{\rtf\b is_float} (mixed var) bool{\rtf\b is_resource} (mixed var) bool{\rtf\b is_scalar} (mixed var) bool{\rtf\b is_string} (mixed var) bool{\rtf\b is_subclass_of} (object object, string class_name) bool{\rtf\b is_uploaded_file} (string filename) bool{\rtf\b is_writable} (string filename) bool{\rtf\b is_writeable} (string filename) bool{\rtf\b isset} (mixed var [, mixed var [, ...]]) void{\rtf\b java_last_exception_clear} (void) exception{\rtf\b java_last_exception_get} (void) mixed{\rtf\b jddayofweek} (int julianday, int mode) string{\rtf\b jdmonthname} (int julianday, int mode) string{\rtf\b jdtofrench} (int juliandaycount) string{\rtf\b jdtogregorian} (int julianday) string{\rtf\b jdtojewish} (int juliandaycount [, bool hebrew [, int fl]]) string{\rtf\b jdtojulian} (int julianday) int{\rtf\b jdtounix} (int jday) int{\rtf\b jewishtojd} (int month, int day, int year) string{\rtf\b join} (string glue, array pieces) int{\rtf\b jpeg2wbmp} (string jpegname, string wbmpname, int d_height, int d_width, int threshold) int{\rtf\b juliantojd} (int month, int day, int year) mixed{\rtf\b key} (array array) int{\rtf\b krsort} (array array [, int sort_flags]) int{\rtf\b ksort} (array array [, int sort_flags]) float{\rtf\b lcg_value} (void) string{\rtf\b ldap_8859_to_t61} (string value) bool{\rtf\b ldap_add} (resource link_identifier, string dn, array entry) bool{\rtf\b ldap_bind} (resource link_identifier [, string bind_rdn [, string bind_password]]) bool{\rtf\b ldap_close} (resource link_identifier) bool{\rtf\b ldap_compare} (resource link_identifier, string dn, string attribute, string value) resource{\rtf\b ldap_connect} ([string hostname [, int port]]) int{\rtf\b ldap_count_entries} (resource link_identifier, resource result_identifier) bool{\rtf\b ldap_delete} (resource link_identifier, string dn) string{\rtf\b ldap_dn2ufn} (string dn) string{\rtf\b ldap_err2str} (int errno) int{\rtf\b ldap_errno} (resource link_identifier) string{\rtf\b ldap_error} (resource link_identifier) array{\rtf\b ldap_explode_dn} (string dn, int with_attrib) string{\rtf\b ldap_first_attribute} (resource link_identifier, resource result_entry_identifier, int ber_identifier) resource{\rtf\b ldap_first_entry} (resource link_identifier, resource result_identifier) resource{\rtf\b ldap_first_reference} (resource link, resource result) bool{\rtf\b ldap_free_result} (resource result_identifier) array{\rtf\b ldap_get_attributes} (resource link_identifier, resource result_entry_identifier) string{\rtf\b ldap_get_dn} (resource link_identifier, resource result_entry_identifier) array{\rtf\b ldap_get_entries} (resource link_identifier, resource result_identifier) bool{\rtf\b ldap_get_option} (resource link_identifier, int option, mixed retval) array{\rtf\b ldap_get_values} (resource link_identifier, resource result_entry_identifier, string attribute) array{\rtf\b ldap_get_values_len} (resource link_identifier, resource result_entry_identifier, string attribute) resource{\rtf\b ldap_list} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) bool{\rtf\b ldap_mod_add} (resource link_identifier, string dn, array entry) bool{\rtf\b ldap_mod_del} (resource link_identifier, string dn, array entry) bool{\rtf\b ldap_mod_replace} (resoure link_identifier, string dn, array entry) bool{\rtf\b ldap_modify} (resource link_identifier, string dn, array entry) string{\rtf\b ldap_next_attribute} (resource link_identifier, resource result_entry_identifier, resource ber_identifier) resource{\rtf\b ldap_next_entry} (resource link_identifier, resource result_entry_identifier) resource{\rtf\b ldap_next_reference} (resource link, resource entry) bool{\rtf\b ldap_parse_reference} (resource link, resource entry, array referrals) bool{\rtf\b ldap_parse_result} (resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals) resource{\rtf\b ldap_read} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) bool{\rtf\b ldap_rename} (resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn) resource{\rtf\b ldap_search} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) bool{\rtf\b ldap_set_option} (resource link_identifier, int option, mixed newval) bool{\rtf\b ldap_set_rebind_proc} (resource link, string callback) bool{\rtf\b ldap_sort} (resource link, resource result, string sortfilter) bool{\rtf\b ldap_start_tls} (resource link) string{\rtf\b ldap_t61_to_8859} (string value) bool{\rtf\b ldap_unbind} (resource link_identifier) int{\rtf\b levenshtein} (string str1, string str2) bool{\rtf\b link} (string target, string link) int{\rtf\b linkinfo} (string path) void{\rtf\b list} (mixed ...) array{\rtf\b localeconv} (void) array{\rtf\b localtime} ([int timestamp [, bool is_associative]]) float{\rtf\b log} (float arg [, float base]) float{\rtf\b log10} (float arg) float{\rtf\b log1p} (float number) string{\rtf\b long2ip} (int proper_address) array{\rtf\b lstat} (string filename) string{\rtf\b ltrim} (string str [, string charlist]) bool{\rtf\b mail} (string to, string subject, string message [, string additional_headers [, string additional_parameters]]) int{\rtf\b mailparse_determine_best_xfer_encoding} (resource fp) int{\rtf\b mailparse_msg_create} (void) void{\rtf\b mailparse_msg_extract_part} (resource rfc2045, string msgbody [, string callbackfunc]) string{\rtf\b mailparse_msg_extract_part_file} (resource rfc2045, string filename [, string callbackfunc]) void{\rtf\b mailparse_msg_free} (resource rfc2045buf) int{\rtf\b mailparse_msg_get_part} (resource rfc2045, string mimesection) array{\rtf\b mailparse_msg_get_part_data} (resource rfc2045) array{\rtf\b mailparse_msg_get_structure} (resource rfc2045) void{\rtf\b mailparse_msg_parse} (resource rfc2045buf, string data) resource{\rtf\b mailparse_msg_parse_file} (string filename) array{\rtf\b mailparse_rfc822_parse_addresses} (string addresses) bool{\rtf\b mailparse_stream_encode} (resource sourcefp, resource destfp, string encoding) array{\rtf\b mailparse_uudecode_all} (resource fp) main(){\rtf\b - Dummy for mai}n() mixed{\rtf\b max} (number arg1, number arg2 [, number ...]) string{\rtf\b mb_convert_case} (string str, int mode [, string encoding]) string{\rtf\b mb_convert_encoding} (string str, string to-encoding [, mixed from-encoding]) string{\rtf\b mb_convert_kana} (string str, string option [, mixed encoding]) string{\rtf\b mb_convert_variables} (string to-encoding, mixed from-encoding, mixed vars) string{\rtf\b mb_decode_mimeheader} (string str) string{\rtf\b mb_decode_numericentity} (string str, array convmap [, string encoding]) string{\rtf\b mb_detect_encoding} (string str [, mixed encoding-list]) array{\rtf\b mb_detect_order} ([mixed encoding-list]) string{\rtf\b mb_encode_mimeheader} (string str [, string charset [, string transfer-encoding [, string linefeed]]]) string{\rtf\b mb_encode_numericentity} (string str, array convmap [, string encoding]) int{\rtf\b mb_ereg} (string pattern, string string [, array regs]) bool{\rtf\b mb_ereg_match} (string pattern, string string [, string option]) string{\rtf\b mb_ereg_replace} (string pattern, string replacement, string string [, array option]) bool{\rtf\b mb_ereg_search} ([string pattern [, string option]]) array{\rtf\b mb_ereg_search_getpos} (void) array{\rtf\b mb_ereg_search_getregs} (void) array{\rtf\b mb_ereg_search_init} (string string [, string pattern [, string option]]) array{\rtf\b mb_ereg_search_pos} ([string pattern [, string option]]) array{\rtf\b mb_ereg_search_regs} ([string pattern [, string option]]) array{\rtf\b mb_ereg_search_setpos} (void) int{\rtf\b mb_eregi} (string pattern, string string [, array regs]) string{\rtf\b mb_eregi_replace} (string pattern, string replace, string string) string{\rtf\b mb_get_info} ([string type]) string{\rtf\b mb_http_input} ([string type]) string{\rtf\b mb_http_output} ([string encoding]) string{\rtf\b mb_internal_encoding} ([string encoding]) string{\rtf\b mb_language} ([string language]) string{\rtf\b mb_output_handler} (string contents, int status) bool{\rtf\b mb_parse_str} (string encoded_string [, array result]) string{\rtf\b mb_preferred_mime_name} (string encoding) string{\rtf\b mb_regex_encoding} ([string encoding]) string{\rtf\b mb_regex_set_options} ([string options]) bool{\rtf\b mb_send_mail} (string to, string subject, string message [, string additional_headers [, string additional_parameter]]) array{\rtf\b mb_split} (string pattern, string string [, int limit]) string{\rtf\b mb_strcut} (string str, int start [, int length [, string encoding]]) string{\rtf\b mb_strimwidth} (string str, int start, int width, string trimmarker [, string encoding]) string{\rtf\b mb_strlen} (string str [, string encoding]) int{\rtf\b mb_strpos} (string haystack, string needle [, int offset [, string encoding]]) int{\rtf\b mb_strrpos} (string haystack, string needle [, string encoding]) string{\rtf\b mb_strtolower} (string str [, string encoding]) string{\rtf\b mb_strtoupper} (string str [, string encoding]) int{\rtf\b mb_strwidth} (string str [, string encoding]) mixed{\rtf\b mb_substitute_character} ([mixed substrchar]) string{\rtf\b mb_substr} (string str, int start [, int length [, string encoding]]) int{\rtf\b mb_substr_count} (string haystack, string needle [, string encoding]) int{\rtf\b mcal_append_event} (int mcal_stream) int{\rtf\b mcal_close} (int mcal_stream, int flags) string{\rtf\b mcal_create_calendar} (int stream, string calendar) int{\rtf\b mcal_date_compare} (int a_year, int a_month, int a_day, int b_year, int b_month, int b_day) int{\rtf\b mcal_date_valid} (int year, int month, int day) int{\rtf\b mcal_day_of_week} (int year, int month, int day) int{\rtf\b mcal_day_of_year} (int year, int month, int day) int{\rtf\b mcal_days_in_month} (int month, int leap_year) string{\rtf\b mcal_delete_calendar} (int stream, string calendar) int{\rtf\b mcal_delete_event} (int mcal_stream [, int event_id]) void{\rtf\b mcal_event_add_attribute} (int stream, string attribute, string value) int{\rtf\b mcal_event_init} (int stream) int{\rtf\b mcal_event_set_alarm} (int stream, int alarm) int{\rtf\b mcal_event_set_category} (int stream, string category) int{\rtf\b mcal_event_set_class} (int stream, int class) int{\rtf\b mcal_event_set_description} (int stream, string description) int{\rtf\b mcal_event_set_end} (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) int{\rtf\b mcal_event_set_recur_daily} (int stream, int year, int month, int day, int interval) int{\rtf\b mcal_event_set_recur_monthly_mday} (int stream, int year, int month, int day, int interval) int{\rtf\b mcal_event_set_recur_monthly_wday} (int stream, int year, int month, int day, int interval) int{\rtf\b mcal_event_set_recur_none} (int stream) int{\rtf\b mcal_event_set_recur_weekly} (int stream, int year, int month, int day, int interval, int weekdays) int{\rtf\b mcal_event_set_recur_yearly} (int stream, int year, int month, int day, int interval) int{\rtf\b mcal_event_set_start} (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) int{\rtf\b mcal_event_set_title} (int stream, string title) int{\rtf\b mcal_expunge} (int stream) object{\rtf\b mcal_fetch_current_stream_event} (int stream) object{\rtf\b mcal_fetch_event} (int mcal_stream, int event_id [, int options]) int{\rtf\b mcal_is_leap_year} (int year) array{\rtf\b mcal_list_alarms} (int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]]) array{\rtf\b mcal_list_events} (int mcal_stream, object begin_date [, object end_date]) int{\rtf\b mcal_next_recurrence} (int stream, int weekstart, array next) int{\rtf\b mcal_open} (string calendar, string username, string password [, int options]) int{\rtf\b mcal_popen} (string calendar, string username, string password [, int options]) string{\rtf\b mcal_rename_calendar} (int stream, string old_name, string new_name) int{\rtf\b mcal_reopen} (string calendar [, int options]) bool{\rtf\b mcal_snooze} (int stream_id, int event_id) int{\rtf\b mcal_store_event} (int mcal_stream) int{\rtf\b mcal_time_valid} (int hour, int minutes, int seconds) int{\rtf\b mcal_week_of_year} (int day, int month, int year) string{\rtf\b mcrypt_cbc} (int cipher, string key, string data, int mode [, string iv]) string{\rtf\b mcrypt_cfb} (int cipher, string key, string data, int mode, string iv) string{\rtf\b mcrypt_create_iv} (int size, int source) string{\rtf\b mcrypt_decrypt} (string cipher, string key, string data, string mode [, string iv]) string{\rtf\b mcrypt_ecb} (int cipher, string key, string data, int mode) string{\rtf\b mcrypt_enc_get_algorithms_name} (resource td) int{\rtf\b mcrypt_enc_get_block_size} (resource td) int{\rtf\b mcrypt_enc_get_iv_size} (resource td) int{\rtf\b mcrypt_enc_get_key_size} (resource td) string{\rtf\b mcrypt_enc_get_modes_name} (resource td) array{\rtf\b mcrypt_enc_get_supported_key_sizes} (resource td) bool{\rtf\b mcrypt_enc_is_block_algorithm} (resource td) bool{\rtf\b mcrypt_enc_is_block_algorithm_mode} (resource td) bool{\rtf\b mcrypt_enc_is_block_mode} (resource td) bool{\rtf\b mcrypt_enc_self_test} (resource td) string{\rtf\b mcrypt_encrypt} (string cipher, string key, string data, string mode [, string iv]) string{\rtf\b mcrypt_generic} (resource td, string data) bool{\rtf\b mcrypt_generic_deinit} (resource td) bool{\rtf\b mcrypt_generic_end} (resource td) int{\rtf\b mcrypt_generic_init} (resource td, string key, string iv) int{\rtf\b mcrypt_get_block_size} (int cipher) string{\rtf\b mcrypt_get_cipher_name} (int cipher) int{\rtf\b mcrypt_get_iv_size} (resource td) int{\rtf\b mcrypt_get_key_size} (int cipher) array{\rtf\b mcrypt_list_algorithms} ([string lib_dir]) array{\rtf\b mcrypt_list_modes} ([string lib_dir]) bool{\rtf\b mcrypt_module_close} (resource td) int{\rtf\b mcrypt_module_get_algo_block_size} (string algorithm [, string lib_dir]) int{\rtf\b mcrypt_module_get_algo_key_size} (string algorithm [, string lib_dir]) array{\rtf\b mcrypt_module_get_supported_key_sizes} (string algorithm [, string lib_dir]) bool{\rtf\b mcrypt_module_is_block_algorithm} (string algorithm [, string lib_dir]) bool{\rtf\b mcrypt_module_is_block_algorithm_mode} (string mode [, string lib_dir]) bool{\rtf\b mcrypt_module_is_block_mode} (string mode [, string lib_dir]) resource{\rtf\b mcrypt_module_open} (string algorithm, string algorithm_directory, string mode, string mode_directory) bool{\rtf\b mcrypt_module_self_test} (string algorithm [, string lib_dir]) string{\rtf\b mcrypt_ofb} (int cipher, string key, string data, int mode, string iv) int{\rtf\b mcve_adduser} (resource conn, string admin_password, int usersetup) int{\rtf\b mcve_adduserarg} (resource usersetup, int argtype, string argval) int{\rtf\b mcve_bt} (resource conn, string username, string password) int{\rtf\b mcve_checkstatus} (resource conn, int identifier) int{\rtf\b mcve_chkpwd} (resource conn, string username, string password) int{\rtf\b mcve_chngpwd} (resource conn, string admin_password, string new_password) int{\rtf\b mcve_completeauthorizations} (resource conn, int &array) int{\rtf\b mcve_connect} (resource conn) string{\rtf\b mcve_connectionerror} (resource conn) bool{\rtf\b mcve_deleteresponse} (resource conn, int identifier) bool{\rtf\b mcve_deletetrans} (resource conn, int identifier) void{\rtf\b mcve_deleteusersetup} (resource usersetup) int{\rtf\b mcve_deluser} (resource conn, string admin_password, string username) void{\rtf\b mcve_destroyconn} (resource conn) void{\rtf\b mcve_destroyengine} (void) int{\rtf\b mcve_disableuser} (resource conn, string admin_password, string username) int{\rtf\b mcve_edituser} (resource conn, string admin_password, int usersetup) int{\rtf\b mcve_enableuser} (resource conn, string admin_password, string username) int{\rtf\b mcve_force} (resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum) string{\rtf\b mcve_getcell} (resource conn, int identifier, string column, int row) string{\rtf\b mcve_getcellbynum} (resource conn, int identifier, int column, int row) string{\rtf\b mcve_getcommadelimited} (resource conn, int identifier) string{\rtf\b mcve_getheader} (resource conn, int identifier, int column_num) string{\rtf\b mcve_getuserarg} (resource usersetup, int argtype) string{\rtf\b mcve_getuserparam} (resource conn, long identifier, int key) int{\rtf\b mcve_gft} (resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) int{\rtf\b mcve_gl} (int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) int{\rtf\b mcve_gut} (resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) resource{\rtf\b mcve_initconn} (void) int{\rtf\b mcve_initengine} (string location) resource{\rtf\b mcve_initusersetup} (void) int{\rtf\b mcve_iscommadelimited} (resource conn, int identifier) int{\rtf\b mcve_liststats} (resource conn, string admin_password) int{\rtf\b mcve_listusers} (resource conn, string admin_password) bool{\rtf\b mcve_maxconntimeout} (resource conn, int secs) int{\rtf\b mcve_monitor} (resource conn) int{\rtf\b mcve_numcolumns} (resource conn, int identifier) int{\rtf\b mcve_numrows} (resource conn, int identifier) int{\rtf\b mcve_override} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) int{\rtf\b mcve_parsecommadelimited} (resource conn, int identifier) int{\rtf\b mcve_ping} (resource conn) int{\rtf\b mcve_preauth} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) int{\rtf\b mcve_preauthcompletion} (resource conn, string username, string password, float finalamount, int sid, int ptrannum) int{\rtf\b mcve_qc} (resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum) string{\rtf\b mcve_responseparam} (resource conn, long identifier, string key) int{\rtf\b mcve_return} (int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum) int{\rtf\b mcve_returncode} (resource conn, int identifier) int{\rtf\b mcve_returnstatus} (resource conn, int identifier) int{\rtf\b mcve_sale} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) int{\rtf\b mcve_setblocking} (resource conn, int tf) int{\rtf\b mcve_setdropfile} (resource conn, string directory) int{\rtf\b mcve_setip} (resource conn, string host, int port) int{\rtf\b mcve_setssl} (resource conn, string host, int port) int{\rtf\b mcve_setssl_files} (string sslkeyfile, string sslcertfile) int{\rtf\b mcve_settimeout} (resource conn, int seconds) int{\rtf\b mcve_settle} (resource conn, string username, string password, string batch) string{\rtf\b mcve_text_avs} (string code) string{\rtf\b mcve_text_code} (string code) string{\rtf\b mcve_text_cv} (int code) string{\rtf\b mcve_transactionauth} (resource conn, int identifier) int{\rtf\b mcve_transactionavs} (resource conn, int identifier) int{\rtf\b mcve_transactionbatch} (resource conn, int identifier) int{\rtf\b mcve_transactioncv} (resource conn, int identifier) int{\rtf\b mcve_transactionid} (resource conn, int identifier) int{\rtf\b mcve_transactionitem} (resource conn, int identifier) int{\rtf\b mcve_transactionssent} (resource conn) string{\rtf\b mcve_transactiontext} (resource conn, int identifier) int{\rtf\b mcve_transinqueue} (resource conn) int{\rtf\b mcve_transnew} (resource conn) int{\rtf\b mcve_transparam} (resource conn, long identifier, int key) int{\rtf\b mcve_transsend} (resource conn, long identifier) int{\rtf\b mcve_ub} (resource conn, string username, string password) int{\rtf\b mcve_uwait} (long microsecs) bool{\rtf\b mcve_verifyconnection} (resource conn, int tf) bool{\rtf\b mcve_verifysslcert} (resource conn, int tf) int{\rtf\b mcve_void} (resource conn, string username, string password, int sid, int ptrannum) string{\rtf\b md5} (string str [, bool raw_output]) string{\rtf\b md5_file} (string filename [, bool raw_output]) string{\rtf\b mdecrypt_generic} (resource td, string data) int{\rtf\b memory_get_usage} (void) string{\rtf\b metaphone} (string str) bool{\rtf\b method_exists} (object object, string method_name) string{\rtf\b mhash} (int hash, string data [, string key]) int{\rtf\b mhash_count} (void) int{\rtf\b mhash_get_block_size} (int hash) string{\rtf\b mhash_get_hash_name} (int hash) string{\rtf\b mhash_keygen_s2k} (int hash, string password, string salt, int bytes) string{\rtf\b microtime} (void) string{\rtf\b mime_content_type} (string filename) mixed{\rtf\b min} (number arg1, number arg2 [, number ...]) void{\rtf\b ming_setcubicthreshold} (int threshold) void{\rtf\b ming_setscale} (int scale) void{\rtf\b ming_useswfversion} (int version) bool{\rtf\b mkdir} (string pathname [, int mode]) int{\rtf\b mktime} ([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) string{\rtf\b money_format} (string format, float number) bool{\rtf\b move_uploaded_file} (string filename, string destination) bool{\rtf\b msession_connect} (string host, string port) int{\rtf\b msession_count} (void) bool{\rtf\b msession_create} (string session) bool{\rtf\b msession_destroy} (string name) void{\rtf\b msession_disconnect} (void) array{\rtf\b msession_find} (string name, string value) string{\rtf\b msession_get} (string session, string name, string value) array{\rtf\b msession_get_array} (string session) string{\rtf\b msession_getdata} (string session) string{\rtf\b msession_inc} (string session, string name) array{\rtf\b msession_list} (void) array{\rtf\b msession_listvar} (string name) int{\rtf\b msession_lock} (string name) string{\rtf\b msession_plugin} (string session, string val [, string param]) string{\rtf\b msession_randstr} (int param) bool{\rtf\b msession_set} (string session, string name, string value) bool{\rtf\b msession_set_array} (string session, array tuples) bool{\rtf\b msession_setdata} (string session, string value) int{\rtf\b msession_timeout} (string session [, int param]) string{\rtf\b msession_uniq} (int param) int{\rtf\b msession_unlock} (string session, int key) int{\rtf\b msg_get_queue} (int key [, int perms]) bool{\rtf\b msg_receive} (int queue, int desiredmsgtype, int msgtype, int maxsize, mixed message [, bool unserialize [, int flags [, int errorcode]]]) bool{\rtf\b msg_remove_queue} (int queue) bool{\rtf\b msg_send} (int queue, int msgtype, mixed message [, bool serialize [, bool blocking [, int errorcode]]]) bool{\rtf\b msg_set_queue} (int queue, array data) array{\rtf\b msg_stat_queue} (int queue) int{\rtf\b msql} (string database, string query, int link_identifier) int{\rtf\b msql_affected_rows} (int query_identifier) int{\rtf\b msql_close} (int link_identifier) int{\rtf\b msql_connect} ([string hostname [, string server [, string username [, string password]]]]) int{\rtf\b msql_create_db} (string database_name [, int link_identifier]) int{\rtf\b msql_createdb} (string database_name [, int link_identifier]) int{\rtf\b msql_data_seek} (int query_identifier, int row_number) string{\rtf\b msql_dbname} (int query_identifier, int i) int{\rtf\b msql_drop_db} (string database_name, int link_identifier) int{\rtf\b msql_dropdb} (string database_name, int link_identifier) string{\rtf\b msql_error} ([int link_identifier]) int{\rtf\b msql_fetch_array} (int query_identifier [, int result_type]) object{\rtf\b msql_fetch_field} (int query_identifier, int field_offset) int{\rtf\b msql_fetch_object} (int query_identifier [, int result_type]) array{\rtf\b msql_fetch_row} (int query_identifier) int{\rtf\b msql_field_seek} (int query_identifier, int field_offset) string{\rtf\b msql_fieldflags} (int query_identifier, int i) int{\rtf\b msql_fieldlen} (int query_identifier, int i) string{\rtf\b msql_fieldname} (int query_identifier, int field) int{\rtf\b msql_fieldtable} (int query_identifier, int field) string{\rtf\b msql_fieldtype} (int query_identifier, int i) int{\rtf\b msql_free_result} (int query_identifier) int{\rtf\b msql_freeresult} (int query_identifier) int{\rtf\b msql_list_dbs} (void) int{\rtf\b msql_list_fields} (string database, string tablename) int{\rtf\b msql_list_tables} (string database) int{\rtf\b msql_listdbs} (void) int{\rtf\b msql_listfields} (string database, string tablename) int{\rtf\b msql_list_tables} (string database) int{\rtf\b msql_num_fields} (int query_identifier) int{\rtf\b msql_num_rows} (int query_identifier) int{\rtf\b msql_numfields} (int query_identifier) int{\rtf\b msql_numrows} (void) int{\rtf\b msql_pconnect} ([string server [, string username [, string password]]]) int{\rtf\b msql_query} (string query, int link_identifier) string{\rtf\b msql_regcase} (string string) int{\rtf\b msql_result} (int query_identifier, int i, mixed field) int{\rtf\b msql_select_db} (string database_name, int link_identifier) int{\rtf\b msql_selectdb} (string database_name, int link_identifier) string{\rtf\b msql_tablename} (int query_identifier, int field) bool{\rtf\b mssql_bind} (resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]]) bool{\rtf\b mssql_close} ([resource link_identifier]) int{\rtf\b mssql_connect} ([string servername [, string username [, string password]]]) bool{\rtf\b mssql_data_seek} (resource result_identifier, int row_number) mixed{\rtf\b mssql_execute} (resource stmt [, bool skip_results]) array{\rtf\b mssql_fetch_array} (resource result [, int result_type]) array{\rtf\b mssql_fetch_assoc} (resource result_id) int{\rtf\b mssql_fetch_batch} (resource result_index) object{\rtf\b mssql_fetch_field} (resource result [, int field_offset]) object{\rtf\b mssql_fetch_object} (resource result) array{\rtf\b mssql_fetch_row} (resource result) int{\rtf\b mssql_field_length} (resource result [, int offset]) string{\rtf\b mssql_field_name} (resource result [, int offset]) bool{\rtf\b mssql_field_seek} (resource result, int field_offset) string{\rtf\b mssql_field_type} (resource result [, int offset]) bool{\rtf\b mssql_free_result} (resource result) bool{\rtf\b mssql_free_statement} (resource statement) string{\rtf\b mssql_get_last_message} (void) string{\rtf\b mssql_guid_string} (string binary [, int short_format]) int{\rtf\b mssql_init} (string sp_name [, resource conn_id]) void{\rtf\b mssql_min_error_severity} (int severity) void{\rtf\b mssql_min_message_severity} (int severity) bool{\rtf\b mssql_next_result} (resource result_id) int{\rtf\b mssql_num_fields} (resource result) int{\rtf\b mssql_num_rows} (resource result) int{\rtf\b mssql_pconnect} ([string servername [, string username [, string password]]]) resource{\rtf\b mssql_query} (string query [, resource link_identifier [, int batch_size]]) string{\rtf\b mssql_result} (resource result, int i, mixed field) int{\rtf\b mssql_rows_affected} (resource conn_id) bool{\rtf\b mssql_select_db} (string database_name [, resource link_identifier]) int{\rtf\b mt_getrandmax} (void) int{\rtf\b mt_rand} ([int min, int max]) void{\rtf\b mt_srand} (int seed) int{\rtf\b muscat_close} (resource muscat_handle) string{\rtf\b muscat_get} (resource muscat_handle) int{\rtf\b muscat_give} (resource muscat_handle, string string) resource{\rtf\b muscat_setup} (int size [, string muscat_dir]) resource{\rtf\b muscat_setup_net} (string muscat_host, int port) int{\rtf\b mysql_affected_rows} ([resource link_identifier]) int{\rtf\b mysql_change_user} (string user, string password [, string database [, resource link_identifier]]) int{\rtf\b mysql_client_encoding} ([resource link_identifier]) bool{\rtf\b mysql_close} ([resource link_identifier]) resource{\rtf\b mysql_connect} ([string server [, string username [, string password [, bool new_link [, int client_flags]]]]]) bool{\rtf\b mysql_create_db} (string database_name [, resource link_identifier]) bool{\rtf\b mysql_data_seek} (resource result_identifier, int row_number) string{\rtf\b mysql_db_name} (resource result, int row [, mixed field]) resource{\rtf\b mysql_db_query} (string database, string query [, resource link_identifier]) bool{\rtf\b mysql_drop_db} (string database_name [, resource link_identifier]) int{\rtf\b mysql_errno} ([resource link_identifier]) string{\rtf\b mysql_error} ([resource link_identifier]) string{\rtf\b mysql_escape_string} (string unescaped_string) array{\rtf\b mysql_fetch_array} (resource result [, int result_type]) array{\rtf\b mysql_fetch_assoc} (resource result) object{\rtf\b mysql_fetch_field} (resource result [, int field_offset]) array{\rtf\b mysql_fetch_lengths} (resource result) object{\rtf\b mysql_fetch_object} (resource result) array{\rtf\b mysql_fetch_row} (resource result) string{\rtf\b mysql_field_flags} (resource result, int field_offset) int{\rtf\b mysql_field_len} (resource result, int field_offset) string{\rtf\b mysql_field_name} (resource result, int field_index) int{\rtf\b mysql_field_seek} (resource result, int field_offset) string{\rtf\b mysql_field_table} (resource result, int field_offset) string{\rtf\b mysql_field_type} (resource result, int field_offset) bool{\rtf\b mysql_free_result} (resource result) string{\rtf\b mysql_get_client_info} (void) string{\rtf\b mysql_get_host_info} ([resource link_identifier]) int{\rtf\b mysql_get_proto_info} ([resource link_identifier]) string{\rtf\b mysql_get_server_info} ([resource link_identifier]) string{\rtf\b mysql_info} ([resource link_identifier]) int{\rtf\b mysql_insert_id} ([resource link_identifier]) resource{\rtf\b mysql_list_dbs} ([resource link_identifier]) resource{\rtf\b mysql_list_fields} (string database_name, string table_name [, resource link_identifier]) resource{\rtf\b mysql_list_processes} ([resource link_identifier]) resource{\rtf\b mysql_list_tables} (string database [, resource link_identifier]) int{\rtf\b mysql_num_fields} (resource result) int{\rtf\b mysql_num_rows} (resource result) resource{\rtf\b mysql_pconnect} ([string server [, string username [, string password [, int client_flags]]]]) bool{\rtf\b mysql_ping} ([resource link_identifier]) resource{\rtf\b mysql_query} (string query [, resource link_identifier]) string{\rtf\b mysql_real_escape_string} (string unescaped_string [, resource link_identifier]) mixed{\rtf\b mysql_result} (resource result, int row [, mixed field]) bool{\rtf\b mysql_select_db} (string database_name [, resource link_identifier]) string{\rtf\b mysql_stat} ([resource link_identifier]) string{\rtf\b mysql_tablename} (resource result, int i) int{\rtf\b mysql_thread_id} ([resource link_identifier]) resource{\rtf\b mysql_unbuffered_query} (string query [, resource link_identifier]) mixed{\rtf\b mysqli_affected_rows} (resource link) bool{\rtf\b mysqli_autocommit} (resource link, bool mode) bool{\rtf\b mysqli_bind_param} (resource stmt, mixed variable, int type) bool{\rtf\b mysqli_bind_result} (resource stmt, mixed var, int len) bool{\rtf\b mysqli_change_user} (resource link, string user, string password, string database) string{\rtf\b mysqli_character_set_name} (resource link) bool{\rtf\b mysqli_close} (resource link) bool{\rtf\b mysqli_commit} (resource link) resource{\rtf\b mysqli_connect} ([string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) void{\rtf\b mysqli_data_seek} (resource result, int offset) void{\rtf\b mysqli_debug} (string debug) void{\rtf\b mysqli_disable_reads_from_master} (resource link) void{\rtf\b mysqli_disable_rpl_parse} (resource link) bool{\rtf\b mysqli_dump_debug_info} (resource link) void{\rtf\b mysqli_enable_reads_from_master} (resource link) void{\rtf\b mysqli_enable_rpl_parse} (resource link) int{\rtf\b mysqli_errno} (resource link) string{\rtf\b mysqli_error} (resource link) int{\rtf\b mysqli_execute} (resource stmt) int{\rtf\b mysqli_fetch} (resource stmt) array{\rtf\b mysqli_fetch_array} (resource result [, int resulttype]) array{\rtf\b mysqli_fetch_assoc} (resource result) object{\rtf\b mysqli_fetch_field} (resource result) int{\rtf\b mysqli_fetch_field_direct} (resource result, int offset) array{\rtf\b mysqli_fetch_fields} (resource result) array{\rtf\b mysqli_fetch_lengths} (resource result) object{\rtf\b mysqli_fetch_object} (resource result) array{\rtf\b mysqli_fetch_row} (resource result) int{\rtf\b mysqli_field_count} (resource link) int{\rtf\b mysqli_field_seek} (resource link, int fieldnr) int{\rtf\b mysqli_field_tell} (resource result) int{\rtf\b mysqli_free_result} (resource result) string{\rtf\b mysqli_get_client_info} (void) string{\rtf\b mysqli_get_host_info} (resource link) int{\rtf\b mysqli_get_proto_info} (resource link) string{\rtf\b mysqli_get_server_info} (resource link) int{\rtf\b mysqli_get_server_version} (resource link) string{\rtf\b mysqli_info} (resource link) resource{\rtf\b mysqli_init} (void) mixed{\rtf\b mysqli_insert_id} (resource link) bool{\rtf\b mysqli_kill} (resource link, int processid) bool{\rtf\b mysqli_master_query} (resource link, string query) int{\rtf\b mysqli_num_fields} (resource result) int{\rtf\b mysqli_num_rows} (resource result) bool{\rtf\b mysqli_options} (resource link, int flags, mixed values) int{\rtf\b mysqli_param_count} (resource stmt) int{\rtf\b mysqli_ping} (resource link) resource{\rtf\b mysqli_prepare} (resource link, string query) resource{\rtf\b mysqli_prepare_result} (resource stmt) bool{\rtf\b mysqli_profiler} (int flags, string info, int port) resource{\rtf\b mysqli_query} (resource link, string query [, int resultmode]) bool{\rtf\b mysqli_read_query_result} (resource link) bool{\rtf\b mysqli_real_connect} (resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) string{\rtf\b mysqli_real_escape_string} (resource link, string escapestr) bool{\rtf\b mysqli_real_query} (resource link, string query) bool{\rtf\b mysqli_reload} (resource link) bool{\rtf\b mysqli_rollback} (resource link) int{\rtf\b mysqli_rpl_parse_enabled} (resource link) bool{\rtf\b mysqli_rpl_probe} (resource link) int{\rtf\b mysqli_rpl_query_type} (string query) bool{\rtf\b mysqli_select_db} (resource link, string dbname) bool{\rtf\b mysqli_send_long_data} (resource stmt, int param_nr, string data) bool{\rtf\b mysqli_send_query} (resource link, string query) bool{\rtf\b mysqli_slave_query} (resource link, string query) string{\rtf\b mysqli_ssl_set} (resource link [, string key [, string cert [, string ca [, string capath [, string cipher]]]]]) string{\rtf\b mysqli_stat} (resource link) mixed{\rtf\b mysqli_stmt_affected_rows} (object stmt) bool{\rtf\b mysqli_stmt_close} (resource stmt) int{\rtf\b mysqli_stmt_errno} (resource stmt) string{\rtf\b mysqli_stmt_error} (resource stmt) resource{\rtf\b mysqli_stmt_store_result} (resource stmt) resource{\rtf\b mysqli_store_result} (resource link) int{\rtf\b mysqli_thread_id} (resource link) bool{\rtf\b mysqli_thread_safe} (void) resource{\rtf\b mysqli_use_result} (resource link) resource{\rtf\b mysqli_warning_count} (resource link) void{\rtf\b natcasesort} (array array) void{\rtf\b natsort} (array array) int{\rtf\b ncurses_addch} (int ch) int{\rtf\b ncurses_addchnstr} (string s, int n) int{\rtf\b ncurses_addchstr} (string s) int{\rtf\b ncurses_addnstr} (string s, int n) int{\rtf\b ncurses_addstr} (string text) int{\rtf\b ncurses_assume_default_colors} (int fg, int bg) int{\rtf\b ncurses_attroff} (int attributes) int{\rtf\b ncurses_attron} (int attributes) int{\rtf\b ncurses_attrset} (int attributes) int{\rtf\b ncurses_baudrate} (void) int{\rtf\b ncurses_beep} (void) int{\rtf\b ncurses_bkgd} (int attrchar) void{\rtf\b ncurses_bkgdset} (int attrchar) int{\rtf\b ncurses_border} (int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner) int{\rtf\b ncurses_bottom_panel} (resource panel) bool{\rtf\b ncurses_can_change_color} (void) bool{\rtf\b ncurses_cbreak} (void) bool{\rtf\b ncurses_clear} (void) bool{\rtf\b ncurses_clrtobot} (void) bool{\rtf\b ncurses_clrtoeol} (void) int{\rtf\b ncurses_color_content} (int color, int &r, int &g, int &b) int{\rtf\b ncurses_color_set} (int pair) int{\rtf\b ncurses_curs_set} (int visibility) bool{\rtf\b ncurses_def_prog_mode} (void) bool{\rtf\b ncurses_def_shell_mode} (void) int{\rtf\b ncurses_define_key} (string definition, int keycode) int{\rtf\b ncurses_del_panel} (resource panel) int{\rtf\b ncurses_delay_output} (int milliseconds) bool{\rtf\b ncurses_delch} (void) bool{\rtf\b ncurses_deleteln} (void) int{\rtf\b ncurses_delwin} (resource window) bool{\rtf\b ncurses_doupdate} (void) bool{\rtf\b ncurses_echo} (void) int{\rtf\b ncurses_echochar} (int character) int{\rtf\b ncurses_end} (void) bool{\rtf\b ncurses_erase} (void) string{\rtf\b ncurses_erasechar} (void) int{\rtf\b ncurses_filter} (void) bool{\rtf\b ncurses_flash} (void) bool{\rtf\b ncurses_flushinp} (void) int{\rtf\b ncurses_getch} (void) void{\rtf\b ncurses_getmaxyx} (resource window, int &y, int &x) bool{\rtf\b ncurses_getmouse} (array mevent) void{\rtf\b ncurses_getyx} (resource window, int &y, int &x) int{\rtf\b ncurses_halfdelay} (int tenth) bool{\rtf\b ncurses_has_colors} (void) bool{\rtf\b ncurses_has_ic} (void) bool{\rtf\b ncurses_has_il} (void) int{\rtf\b ncurses_has_key} (int keycode) int{\rtf\b ncurses_hide_panel} (resource panel) int{\rtf\b ncurses_hline} (int charattr, int n) string{\rtf\b ncurses_inch} (void) int{\rtf\b ncurses_init} (void) int{\rtf\b ncurses_init_color} (int color, int r, int g, int b) int{\rtf\b ncurses_init_pair} (int pair, int fg, int bg) int{\rtf\b ncurses_insch} (int character) int{\rtf\b ncurses_insdelln} (int count) bool{\rtf\b ncurses_insertln} (void) int{\rtf\b ncurses_insstr} (string text) int{\rtf\b ncurses_instr} (string buffer) bool{\rtf\b ncurses_isendwin} (void) int{\rtf\b ncurses_keyok} (int keycode, bool enable) int{\rtf\b ncurses_keypad} (resource window, bool bf) bool{\rtf\b ncurses_killchar} (void) string{\rtf\b ncurses_longname} (void) long{\rtf\b ncurses_meta} (resource window, bool 8bit) bool{\rtf\b ncurses_mouse_trafo} (int &y, int &x, bool toscreen) int{\rtf\b ncurses_mouseinterval} (int milliseconds) int{\rtf\b ncurses_mousemask} (int newmask, int oldmask) int{\rtf\b ncurses_move} (int y, int x) int{\rtf\b ncurses_move_panel} (resource panel, int startx, int starty) int{\rtf\b ncurses_mvaddch} (int y, int x, int c) int{\rtf\b ncurses_mvaddchnstr} (int y, int x, string s, int n) int{\rtf\b ncurses_mvaddchstr} (int y, int x, string s) int{\rtf\b ncurses_mvaddnstr} (int y, int x, string s, int n) int{\rtf\b ncurses_mvaddstr} (int y, int x, string s) int{\rtf\b ncurses_mvcur} (int old_y, int old_x, int new_y, int new_x) int{\rtf\b ncurses_mvdelch} (int y, int x) int{\rtf\b ncurses_mvgetch} (int y, int x) int{\rtf\b ncurses_mvhline} (int y, int x, int attrchar, int n) int{\rtf\b ncurses_mvinch} (int y, int x) int{\rtf\b ncurses_mvvline} (int y, int x, int attrchar, int n) int{\rtf\b ncurses_mvwaddstr} (resource window, int y, int x, string text) int{\rtf\b ncurses_napms} (int milliseconds) resource{\rtf\b ncurses_new_panel} (resource window) resource{\rtf\b ncurses_newpad} (int rows, int cols) int{\rtf\b ncurses_newwin} (int rows, int cols, int y, int x) bool{\rtf\b ncurses_nl} (void) bool{\rtf\b ncurses_nocbreak} (void) bool{\rtf\b ncurses_noecho} (void) bool{\rtf\b ncurses_nonl} (void) int{\rtf\b ncurses_noqiflush} (void) bool{\rtf\b ncurses_noraw} (void) int{\rtf\b ncurses_pair_content} (int pair, int &f, int &b) int{\rtf\b ncurses_panel_above} (resource panel) int{\rtf\b ncurses_panel_below} (resource panel) int{\rtf\b ncurses_panel_window} (resource panel) int{\rtf\b ncurses_pnoutrefresh} (resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) int{\rtf\b ncurses_prefresh} (resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) int{\rtf\b ncurses_putp} (string text) int{\rtf\b ncurses_qiflush} (void) bool{\rtf\b ncurses_raw} (void) int{\rtf\b ncurses_refresh} (int ch) int{\rtf\b ncurses_replace_panel} (resource panel, resource window) int{\rtf\b ncurses_reset_prog_mode} (void) int{\rtf\b ncurses_reset_shell_mode} (void) bool{\rtf\b ncurses_resetty} (void) bool{\rtf\b ncurses_savetty} (void) int{\rtf\b ncurses_scr_dump} (string filename) int{\rtf\b ncurses_scr_init} (string filename) int{\rtf\b ncurses_scr_restore} (string filename) int{\rtf\b ncurses_scr_set} (string filename) int{\rtf\b ncurses_scrl} (int count) int{\rtf\b ncurses_show_panel} (resource panel) bool{\rtf\b ncurses_slk_attr} (void) int{\rtf\b ncurses_slk_attroff} (int intarg) int{\rtf\b ncurses_slk_attron} (int intarg) int{\rtf\b ncurses_slk_attrset} (int intarg) bool{\rtf\b ncurses_slk_clear} (void) int{\rtf\b ncurses_slk_color} (int intarg) bool{\rtf\b ncurses_slk_init} (int format) bool{\rtf\b ncurses_slk_noutrefresh} (void) bool{\rtf\b ncurses_slk_refresh} (void) bool{\rtf\b ncurses_slk_restore} (void) bool{\rtf\b ncurses_slk_set} (int labelnr, string label, int format) bool{\rtf\b ncurses_slk_touch} (void) int{\rtf\b ncurses_standend} (void) int{\rtf\b ncurses_standout} (void) int{\rtf\b ncurses_start_color} (void) bool{\rtf\b ncurses_termattrs} (void) string{\rtf\b ncurses_termname} (void) void{\rtf\b ncurses_timeout} (int millisec) int{\rtf\b ncurses_top_panel} (resource panel) int{\rtf\b ncurses_typeahead} (int fd) int{\rtf\b ncurses_ungetch} (int keycode) bool{\rtf\b ncurses_ungetmouse} (array mevent) void{\rtf\b ncurses_update_panels} (void) bool{\rtf\b ncurses_use_default_colors} (void) void{\rtf\b ncurses_use_env} (bool flag) int{\rtf\b ncurses_use_extended_names} (bool flag) int{\rtf\b ncurses_vidattr} (int intarg) int{\rtf\b ncurses_vline} (int charattr, int n) int{\rtf\b ncurses_waddch} (resource window, int ch) int{\rtf\b ncurses_waddstr} (resource window, string str [, int n]) int{\rtf\b ncurses_wattroff} (resource window, int attrs) int{\rtf\b ncurses_wattron} (resource window, int attrs) int{\rtf\b ncurses_wattrset} (resource window, int attrs) int{\rtf\b ncurses_wborder} (resource window, int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner) int{\rtf\b ncurses_wclear} (resource window) int{\rtf\b ncurses_wcolor_set} (resource window, int color_pair) long{\rtf\b ncurses_werase} (resource window) int{\rtf\b ncurses_wgetch} (resource window) int{\rtf\b ncurses_whline} (resource window, int charattr, int n) bool{\rtf\b ncurses_wmouse_trafo} (resource window, int &y, int &x, bool toscreen) int{\rtf\b ncurses_wmove} (resource window, int y, int x) int{\rtf\b ncurses_wnoutrefresh} (resource window) int{\rtf\b ncurses_wrefresh} (resource window) int{\rtf\b ncurses_wstandend} (resource window) int{\rtf\b ncurses_wstandout} (resource window) int{\rtf\b ncurses_wvline} (resource window, int charattr, int n) mixed{\rtf\b next} (array array) string{\rtf\b ngettext} (string msgid1, string msgid2, int n) string{\rtf\b nl2br} (string string) string{\rtf\b nl_langinfo} (int item) array{\rtf\b notes_body} (string server, string mailbox, int msg_number) string{\rtf\b notes_copy_db} (string from_database_name, string to_database_name) bool{\rtf\b notes_create_db} (string database_name) string{\rtf\b notes_create_note} (string database_name, string form_name) bool{\rtf\b notes_drop_db} (string database_name) bool{\rtf\b notes_find_note} (string database_name, string name [, string type]) object{\rtf\b notes_header_info} (string server, string mailbox, int msg_number) bool{\rtf\b notes_list_msgs} (string db) string{\rtf\b notes_mark_read} (string database_name, string user_name, string note_id) string{\rtf\b notes_mark_unread} (string database_name, string user_name, string note_id) bool{\rtf\b notes_nav_create} (string database_name, string name) string{\rtf\b notes_search} (string database_name, string keywords) string{\rtf\b notes_unread} (string database_name, string user_name) string{\rtf\b notes_version} (string database_name) array{\rtf\b nsapi_request_headers} (void) array{\rtf\b nsapi_response_headers} (void) int{\rtf\b nsapi_virtual} (string uri) string{\rtf\b number_format} (float number [, int decimals]) void{\rtf\b ob_clean} (void) bool{\rtf\b ob_end_clean} (void) bool{\rtf\b ob_end_flush} (void) void{\rtf\b ob_flush} (void) string{\rtf\b ob_get_clean} (void) string{\rtf\b ob_get_contents} (void) int{\rtf\b ob_get_length} (void) int{\rtf\b ob_get_level} (void) array{\rtf\b ob_get_status} ([bool full_status]) string{\rtf\b ob_gzhandler} (string buffer [, int mode]) array{\rtf\b ob_iconv_handler} (string contents, int status) void{\rtf\b ob_implicit_flush} ([int flag]) bool{\rtf\b ob_start} ([callback output_callback]) bool{\rtf\b ocibindbyname} (resource stmt, string ph_name, mixed &variable [, int maxlength [, int type]]) bool{\rtf\b ocicancel} (resource stmt) bool{\rtf\b ocicollappend} (string value) bool{\rtf\b ocicollassign} (object from) bool{\rtf\b ocicollassignelem} (int ndx, string val) string{\rtf\b ocicollgetelem} (int ndx) int{\rtf\b ocicollmax} (void) int{\rtf\b ocicollsize} (void) bool{\rtf\b ocicolltrim} (int num) bool{\rtf\b ocicolumnisnull} (resource stmt, mixed col) string{\rtf\b ocicolumnname} (resource stmt, int col) int{\rtf\b ocicolumnprecision} (resource stmt, int col) int{\rtf\b ocicolumnscale} (resource stmt, int col) int{\rtf\b ocicolumnsize} (resource stmt, mixed column) mixed{\rtf\b ocicolumntype} (resource stmt, int col) mixed{\rtf\b ocicolumntyperaw} (resource stmt, int col) bool{\rtf\b ocicommit} (resource connection) bool{\rtf\b ocidefinebyname} (resource stmt, string column_name, mixed &variable [, int type]) array{\rtf\b ocierror} ([resource stmt|conn|global]) bool{\rtf\b ociexecute} (resource stmt [, int mode]) bool{\rtf\b ocifetch} (resource stmt) int{\rtf\b ocifetchinto} (resource stmt, array &result [, int mode]) int{\rtf\b ocifetchstatement} (resource stmt, array &output [, int skip [, int maxrows [, int flags]]]) bool{\rtf\b ocifreecollection} (void) bool{\rtf\b ocifreecursor} (resource stmt) bool{\rtf\b ocifreedesc} (void) bool{\rtf\b ocifreestatement} (resource stmt) void{\rtf\b ociinternaldebug} (int onoff) string{\rtf\b ociloadlob} (void) bool{\rtf\b ocilogoff} (resource connection) resource{\rtf\b ocilogon} (string username, string password [, string db]) object{\rtf\b ocinewcollection} (resource connection, string tdo [, string schema]) resource{\rtf\b ocinewcursor} (resource conn) object{\rtf\b ocinewdescriptor} (resource connection [, int type]) resource{\rtf\b ocinlogon} (string username, string password [, string db]) int{\rtf\b ocinumcols} (resource stmt) resource{\rtf\b ociparse} (resource conn, string query) resource{\rtf\b ociplogon} (string username, string password [, string db]) mixed{\rtf\b ociresult} (resource statement, mixed col) bool{\rtf\b ocirollback} (resource connection) int{\rtf\b ocirowcount} (resource stmt) bool{\rtf\b ocisavelob} (void) bool{\rtf\b ocisavelobfile} (void) string{\rtf\b ociserverversion} (resource conn) bool{\rtf\b ocisetprefetch} (resource stmt, int rows) string{\rtf\b ocistatementtype} (resource stmt) bool{\rtf\b ociwritelobtofile} ([string filename [, int start [, int length]]]) int{\rtf\b octdec} (string octal_string) bool{\rtf\b odbc_autocommit} (resource connection_id [, bool OnOff]) int{\rtf\b odbc_binmode} (resource result_id, int mode) void{\rtf\b odbc_close} (resource connection_id) void{\rtf\b odbc_close_all} (void) int{\rtf\b odbc_columnprivileges} (resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]]) resource{\rtf\b odbc_columns} (resource connection_id [, string qualifier [, string schema [, string table_name [, string column_name]]]]) bool{\rtf\b odbc_commit} (resource connection_id) resource{\rtf\b odbc_connect} (string dsn, string user, string password [, int cursor_type]) string{\rtf\b odbc_cursor} (resource result_id) resource{\rtf\b odbc_data_source} (resource connection_id, constant fetch_type) resource{\rtf\b odbc_do} (resource conn_id, string query) string{\rtf\b odbc_error} ([resource connection_id]) string{\rtf\b odbc_errormsg} ([resource connection_id]) resource{\rtf\b odbc_exec} (resource connection_id, string query_string) bool{\rtf\b odbc_execute} (resource result_id [, array parameters_array]) array{\rtf\b odbc_fetch_array} (resource result [, int rownumber]) bool{\rtf\b odbc_fetch_into} (resource result_id [, int rownumber, array result_array]) object{\rtf\b odbc_fetch_object} (resource result [, int rownumber]) bool{\rtf\b odbc_fetch_row} (resource result_id [, int row_number]) int{\rtf\b odbc_field_len} (resource result_id, int field_number) string{\rtf\b odbc_field_name} (resource result_id, int field_number) int{\rtf\b odbc_field_num} (resource result_id, string field_name) string{\rtf\b odbc_field_precision} (resource result_id, int field_number) string{\rtf\b odbc_field_scale} (resource result_id, int field_number) string{\rtf\b odbc_field_type} (resource result_id, int field_number) resource{\rtf\b odbc_foreignkeys} (resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) bool{\rtf\b odbc_free_result} (resource result_id) int{\rtf\b odbc_gettypeinfo} (resource connection_id [, int data_type]) int{\rtf\b odbc_longreadlen} (resource result_id, int length) bool{\rtf\b odbc_next_result} (resource result_id) int{\rtf\b odbc_num_fields} (resource result_id) int{\rtf\b odbc_num_rows} (resource result_id) resource{\rtf\b odbc_pconnect} (string dsn, string user, string password [, int cursor_type]) resource{\rtf\b odbc_prepare} (resource connection_id, string query_string) resource{\rtf\b odbc_primarykeys} (resource connection_id, string qualifier, string owner, string table) resource{\rtf\b odbc_procedurecolumns} (resource connection_id [, string qualifier [, string owner [, string proc [, string column]]]]) resource{\rtf\b odbc_procedures} (resource connection_id [, string qualifier [, string owner [, string name]]]) string{\rtf\b odbc_result} (resource result_id, mixed field) int{\rtf\b odbc_result_all} (resource result_id [, string format]) int{\rtf\b odbc_rollback} (resource connection_id) int{\rtf\b odbc_setoption} (resource id, int function, int option, int param) resource{\rtf\b odbc_specialcolumns} (resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) resource{\rtf\b odbc_statistics} (resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy) int{\rtf\b odbc_tableprivileges} (resource connection_id [, string qualifier [, string owner [, string name]]]) int{\rtf\b odbc_tables} (resource connection_id [, string qualifier [, string owner [, string name [, string types]]]]) resource{\rtf\b opendir} (string path) int{\rtf\b openlog} (string ident, int option, int facility) bool{\rtf\b openssl_csr_export} (resource csr, string &out [, bool notext]) bool{\rtf\b openssl_csr_export_to_file} (resource csr, string outfilename [, bool notext]) bool{\rtf\b openssl_csr_new} (array dn, resource privkey [, array configargs [, array extraattribs]]) resource{\rtf\b openssl_csr_sign} (mixed csr, mixed cacert, mixed priv_key, int days) mixed{\rtf\b openssl_error_string} (void) void{\rtf\b openssl_free_key} (resource key_identifier) resource{\rtf\b openssl_get_privatekey} (mixed key [, string passphrase]) resource{\rtf\b openssl_get_publickey} (mixed certificate) bool{\rtf\b openssl_open} (string sealed_data, string open_data, string env_key, mixed priv_key_id) bool{\rtf\b openssl_pkcs7_decrypt} (string infilename, string outfilename, mixed recipcert [, mixed recipkey]) bool{\rtf\b openssl_pkcs7_encrypt} (string infile, string outfile, mixed recipcerts, array headers [, int flags]) bool{\rtf\b openssl_pkcs7_sign} (string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]]) bool{\rtf\b openssl_pkcs7_verify} (string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]]) bool{\rtf\b openssl_pkey_export} (mixed key, string &out [, string passphrase [, array configargs]]) bool{\rtf\b openssl_pkey_export_to_file} (mixed key, string outfilename [, string passphrase [, array configargs]]) resource{\rtf\b openssl_get_privatekey} (mixed key [, string passphrase]) resource{\rtf\b openssl_pkey_get_public} (mixed certificate) resource{\rtf\b openssl_pkey_new} ([array configargs]) bool{\rtf\b openssl_private_decrypt} (string data, string &decrypted, mixed key [, int padding]) bool{\rtf\b openssl_private_encrypt} (string data, string crypted, mixed key [, int padding]) bool{\rtf\b openssl_public_decrypt} (string data, string crypted, resource key [, int padding]) bool{\rtf\b openssl_public_encrypt} (string data, string crypted, mixed key [, int padding]) int{\rtf\b openssl_seal} (string data, string sealed_data, array env_keys, array pub_key_ids) bool{\rtf\b openssl_sign} (string data, string signature, mixed priv_key_id) int{\rtf\b openssl_verify} (string data, string signature, mixed pub_key_id) bool{\rtf\b openssl_x509_check_private_key} (mixed cert, mixed key) bool{\rtf\b openssl_x509_checkpurpose} (mixed x509cert, int purpose, array cainfo [, string untrustedfile]) bool{\rtf\b openssl_x509_export} (mixed x509, string &output [, bool notext]) bool{\rtf\b openssl_x509_export_to_file} (mixed x509, string outfilename [, bool notext]) void{\rtf\b openssl_x509_free} (resource x509cert) array{\rtf\b openssl_x509_parse} (mixed x509cert [, bool shortnames]) resource{\rtf\b openssl_x509_read} (mixed x509certdata) bool{\rtf\b ora_bind} (resource cursor, string PHP_variable_name, string SQL_parameter_name, int length [, int type]) bool{\rtf\b ora_close} (resource cursor) string{\rtf\b ora_columnname} (resource cursor, int column) int{\rtf\b ora_columnsize} (resource cursor, int column) string{\rtf\b ora_columntype} (resource cursor, int column) bool{\rtf\b ora_commit} (resource conn) bool{\rtf\b ora_commitoff} (resource conn) bool{\rtf\b ora_commiton} (resource conn) resource{\rtf\b ora_do} (resource conn, string query) string{\rtf\b ora_error} (resource cursor_or_connection) int{\rtf\b ora_errorcode} (resource cursor_or_connection) bool{\rtf\b ora_exec} (resource cursor) bool{\rtf\b ora_fetch} (resource cursor) int{\rtf\b ora_fetch_into} (resource cursor, array result [, int flags]) mixed{\rtf\b ora_getcolumn} (resource cursor, int column) bool{\rtf\b ora_logoff} (resource connection) resource{\rtf\b ora_logon} (string user, string password) int{\rtf\b ora_numcols} (resource cursor) int{\rtf\b ora_numrows} (resource cursor) resource{\rtf\b ora_open} (resource connection) bool{\rtf\b ora_parse} (resource cursor, string sql_statement, int defer) resource{\rtf\b ora_plogon} (string user, string password) bool{\rtf\b ora_rollback} (resource connection) int{\rtf\b ord} (string string) void{\rtf\b overload} ([string class_name]) void{\rtf\b ovrimos_close} (int connection) bool{\rtf\b ovrimos_commit} (int connection_id) int{\rtf\b ovrimos_connect} (string host, string db, string user, string password) string{\rtf\b ovrimos_cursor} (int result_id) int{\rtf\b ovrimos_exec} (int connection_id, string query) bool{\rtf\b ovrimos_execute} (int result_id [, array parameters_array]) bool{\rtf\b ovrimos_fetch_into} (int result_id, array result_array [, string how [, int rownumber]]) bool{\rtf\b ovrimos_fetch_row} (int result_id [, int how [, int row_number]]) int{\rtf\b ovrimos_field_len} (int result_id, int field_number) string{\rtf\b ovrimos_field_name} (int result_id, int field_number) int{\rtf\b ovrimos_field_num} (int result_id, string field_name) int{\rtf\b ovrimos_field_type} (int result_id, int field_number) bool{\rtf\b ovrimos_free_result} (int result_id) bool{\rtf\b ovrimos_longreadlen} (int result_id, int length) int{\rtf\b ovrimos_num_fields} (int result_id) int{\rtf\b ovrimos_num_rows} (int result_id) int{\rtf\b ovrimos_prepare} (int connection_id, string query) string{\rtf\b ovrimos_result} (int result_id, mixed field) int{\rtf\b ovrimos_result_all} (int result_id [, string format]) bool{\rtf\b ovrimos_rollback} (int connection_id) string{\rtf\b pack} (string format [, mixed args]) array{\rtf\b parse_ini_file} (string filename [, bool process_sections]) void{\rtf\b parse_str} (string str [, array arr]) array{\rtf\b parse_url} (string url) void{\rtf\b passthru} (string command [, int return_var]) array{\rtf\b pathinfo} (string path) int{\rtf\b pclose} (resource handle) bool{\rtf\b pcntl_exec} (string path [, array args [, array envs]]) int{\rtf\b pcntl_fork} (void) bool{\rtf\b pcntl_signal} (int signo, callback handle [, bool restart_syscalls]) int{\rtf\b pcntl_waitpid} (int pid, int &status, int options) int{\rtf\b pcntl_wexitstatus} (int status) int{\rtf\b pcntl_wifexited} (int status) int{\rtf\b pcntl_wifsignaled} (int status) int{\rtf\b pcntl_wifstopped} (int status) int{\rtf\b pcntl_wstopsig} (int status) int{\rtf\b pcntl_wtermsig} (int status) bool{\rtf\b pdf_add_annotation} (resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) int{\rtf\b pdf_add_bookmark} (resource pdfdoc, string text [, int parent [, int open]]) bool{\rtf\b pdf_add_launchlink} (resource pdfdoc, float llx, float lly, float urx, float ury, string filename) bool{\rtf\b pdf_add_locallink} (resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, int page, string dest) bool{\rtf\b pdf_add_note} (resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) int{\rtf\b pdf_add_outline} (resource pdfdoc, string text [, int parent [, int open]]) bool{\rtf\b pdf_add_pdflink} (resource pdfdoc, float bottom_left_x, float bottom_left_y, float up_right_x, float up_right_y, string filename, int page, string dest) bool{\rtf\b pdf_add_thumbnail} (resource pdfdoc, int image) bool{\rtf\b pdf_add_weblink} (resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, string url) bool{\rtf\b pdf_arc} (resource pdfdoc, float x, float y, float r, float alpha, float beta) bool{\rtf\b pdf_arcn} (resource pdfdoc, float x, float y, float r, float alpha, float beta) bool{\rtf\b pdf_attach_file} (resource pdfdoc, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon) bool{\rtf\b pdf_begin_page} (resource pdfdoc, float width, float height) int{\rtf\b pdf_begin_pattern} (resource pdfdoc, float width, float height, float xstep, float ystep, int painttype) int{\rtf\b pdf_begin_template} (resource pdfdoc, float width, float height) bool{\rtf\b pdf_circle} (resource pdfdoc, float x, float y, float r) bool{\rtf\b pdf_clip} (resource pdfdoc) bool{\rtf\b pdf_close} (resource pdfdoc) void{\rtf\b pdf_close_image} (resource pdfdoc, int image) bool{\rtf\b pdf_close_pdi} (resource pdfdoc, int dochandle) bool{\rtf\b pdf_close_pdi_page} (resource pdfdoc, int pagehandle) bool{\rtf\b pdf_closepath} (resource pdfdoc) bool{\rtf\b pdf_closepath_fill_stroke} (resource pdfdoc) bool{\rtf\b pdf_closepath_stroke} (resource pdfdoc) bool{\rtf\b pdf_concat} (resource pdfdoc, float a, float b, float c, float d, float e, float f) bool{\rtf\b pdf_continue_text} (resource pdfdoc, string text) bool{\rtf\b pdf_curveto} (resource pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3) bool{\rtf\b pdf_delete} (resource pdfdoc) bool{\rtf\b pdf_end_page} (resource pdfdoc) bool{\rtf\b pdf_end_pattern} (resource pdfdoc) bool{\rtf\b pdf_end_template} (resource pdfdoc) bool{\rtf\b pdf_fill} (resource pdfdoc) bool{\rtf\b pdf_fill_stroke} (resource pdfdoc) int{\rtf\b pdf_findfont} (resource pdfdoc, string fontname, string encoding [, int embed]) string{\rtf\b pdf_get_buffer} (resource pdfdoc) float{\rtf\b pdf_get_font} (resource pdfdoc, string key [, float modifier]) string{\rtf\b pdf_get_fontname} (resource pdfdoc, string key [, float modifier]) float{\rtf\b pdf_get_fontsize} (resource pdfdoc, string key [, float modifier]) float{\rtf\b pdf_get_image_height} (resource pdfdoc, string key [, float modifier]) float{\rtf\b pdf_get_value} (resource pdfdoc, string key [, float modifier]) int{\rtf\b pdf_get_majorversion} (void) int{\rtf\b pdf_get_minorversion} (void) string{\rtf\b pdf_get_parameter} (resource pdfdoc, string key [, float modifier]) string{\rtf\b pdf_get_pdi_parameter} (resource pdfdoc, string key, int document, int page, int index) string{\rtf\b pdf_get_pdi_value} (resource pdfdoc, string key, int doc, int page, int index) float{\rtf\b pdf_get_value} (resource pdfdoc, string key [, float modifier]) bool{\rtf\b pdf_initgraphics} (resource pdfdoc) bool{\rtf\b pdf_lineto} (resource pdfdoc, float x, float y) bool{\rtf\b pdf_makespotcolor} (resource pdfdoc, string spotname) bool{\rtf\b pdf_moveto} (resource pdfdoc, float x, float y) resource{\rtf\b pdf_new} () resource{\rtf\b pdf_open} () int{\rtf\b pdf_open_CCITT} (resource pdfdoc, string filename, int width, int height, int BitReverse, int k, int Blackls1) bool{\rtf\b pdf_open_file} (resource pdfdoc [, string filename]) int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) int{\rtf\b pdf_open_image_file} (resource pdfdoc, string imagetype, string filename [, string stringparam [, string intparam]]) int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) int{\rtf\b pdf_open_memory_image} (resource pdfdoc, resource image) int{\rtf\b pdf_open_pdi} (resource pdfdoc, string filename, string stringparam, int intparam) int{\rtf\b pdf_open_pdi_page} (resource pdfdoc, int dochandle, int pagenumber, string pagelabel) int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) bool{\rtf\b pdf_place_image} (resource pdfdoc, int image, float x, float y, float scale) bool{\rtf\b pdf_place_pdi_page} (resource pdfdoc, int page, float x, float y, float sx, float sy) bool{\rtf\b pdf_rect} (resource pdfdoc, float x, float y, float width, float height) bool{\rtf\b pdf_restore} (resource pdfdoc) bool{\rtf\b pdf_rotate} (resource pdfdoc, float phi) bool{\rtf\b pdf_save} (resource pdfdoc) bool{\rtf\b pdf_scale} (resource pdfdoc, float x-scale, float y-scale) bool{\rtf\b pdf_set_border_color} (resource pdfdoc, float red, float green, float blue) bool{\rtf\b pdf_set_border_dash} (resource pdfdoc, float black, float white) bool{\rtf\b pdf_set_border_style} (resource pdfdoc, string style, float width) bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value) bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value) int{\rtf\b pdf_findfont} (resource pdfdoc, string fontname, string encoding [, int embed]) bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value) bool{\rtf\b pdf_set_info} (resource pdfdoc, string key, string value) bool{\rtf\b pdf_set_parameter} (resource pdfdoc, string key, string value) bool{\rtf\b pdf_set_text_pos} (resource pdfdoc, float x, float y) bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value) bool{\rtf\b pdf_setcolor} (resource pdfdoc, string type, string colorspace, float c1 [, float c2 [, float c3 [, float c4]]]) bool{\rtf\b pdf_setdash} (resource pdfdoc, float b, float w) bool{\rtf\b pdf_setflat} (resource pdfdoc, float flatness) bool{\rtf\b pdf_setfont} (resource pdfdoc, int font, float size) bool{\rtf\b pdf_setgray} (resource pdfdoc, float gray) bool{\rtf\b pdf_setgray_fill} (resource pdfdoc, float gray) bool{\rtf\b pdf_setgray_stroke} (resource pdfdoc, float gray) void{\rtf\b pdf_setlinecap} (resource pdfdoc, int linecap) bool{\rtf\b pdf_setlinejoin} (resource pdfdoc, int value) void{\rtf\b pdf_setlinewidth} (resource pdfdoc, float width) bool{\rtf\b pdf_setmatrix} (resource pdfdoc, float a, float b, float c, float d, float e, float f) bool{\rtf\b pdf_setmiterlimit} (resource pdfdoc, float miter) bool{\rtf\b pdf_setdash} (resource pdfdoc, float b, float w) bool{\rtf\b pdf_setrgbcolor} (resource pdfdoc, float red_value, float green_value, float blue_value) bool{\rtf\b pdf_setrgbcolor_fill} (resource pdfdoc, float red_value, float green_value, float blue_value) bool{\rtf\b pdf_setrgbcolor_stroke} (resource pdfdoc, float red_value, float green_value, float blue_value) bool{\rtf\b pdf_show} (resource pdfdoc, string text) int{\rtf\b pdf_show_boxed} (resource pdfdoc, string text, float left, float top, float width, float height, string mode [, string feature]) bool{\rtf\b pdf_show_xy} (resource pdfdoc, string text, float x, float y) bool{\rtf\b pdf_skew} (resource pdfdoc, float alpha, float beta) float{\rtf\b pdf_stringwidth} (resource pdfdoc, string text [, int font [, float size]]) bool{\rtf\b pdf_stroke} (resource pdfdoc) bool{\rtf\b pdf_translate} (resource pdfdoc, float tx, float ty) void{\rtf\b pfpro_cleanup} (void) void{\rtf\b pfpro_init} (void) array{\rtf\b pfpro_process} (array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) string{\rtf\b pfpro_process_raw} (string parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) string{\rtf\b pfpro_version} (void) int{\rtf\b pfsockopen} (string hostname, int port [, int errno [, string errstr [, int timeout]]]) int{\rtf\b pg_affected_rows} (resource result) bool{\rtf\b pg_cancel_query} (resource connection) string{\rtf\b pg_client_encoding} ([resource connection]) bool{\rtf\b pg_close} (resource connection) resource{\rtf\b pg_connect} (string connection_string) bool{\rtf\b pg_connection_busy} (resource connection) bool{\rtf\b pg_connection_reset} (resource connection) int{\rtf\b pg_connection_status} (resource connection) array{\rtf\b pg_convert} (resource connection, string table_name, array assoc_array [, int options]) bool{\rtf\b pg_copy_from} (resource connection, string table_name, array rows [, string delimiter [, string null_as]]) array{\rtf\b pg_copy_to} (resource connection, string table_name [, string delimiter [, string null_as]]) string{\rtf\b pg_dbname} (resource connection) mixed{\rtf\b pg_delete} (resource connection, string table_name, array assoc_array [, int options]) bool{\rtf\b pg_end_copy} ([resource connection]) string{\rtf\b pg_escape_bytea} (string data) string{\rtf\b pg_escape_string} (string data) array{\rtf\b pg_fetch_all} (resource result) array{\rtf\b pg_fetch_array} (resource result [, int row [, int result_type]]) array{\rtf\b pg_fetch_assoc} (resource result [, int row]) object{\rtf\b pg_fetch_object} (resource result [, int row [, int result_type]]) mixed{\rtf\b pg_fetch_result} (resource result, int row, mixed field) array{\rtf\b pg_fetch_row} (resource result, int row) int{\rtf\b pg_field_is_null} (resource result, int row, mixed field) string{\rtf\b pg_field_name} (resource result, int field_number) int{\rtf\b pg_field_num} (resource result, string field_name) int{\rtf\b pg_field_prtlen} (resource result, int row_number, string field_name) int{\rtf\b pg_field_size} (resource result, int field_number) string{\rtf\b pg_field_type} (resource result, int field_number) bool{\rtf\b pg_free_result} (resource result) array{\rtf\b pg_get_notify} (resource connection [, int result_type]) int{\rtf\b pg_get_pid} (resource connection) resource{\rtf\b pg_get_result} ([resource connection]) string{\rtf\b pg_host} (resource connection) bool{\rtf\b pg_insert} (resource connection, string table_name, array assoc_array [, int options]) string{\rtf\b pg_last_error} ([resource connection]) string{\rtf\b pg_last_notice} (resource connection) int{\rtf\b pg_last_oid} (resource result) bool{\rtf\b pg_lo_close} (resource large_object) int{\rtf\b pg_lo_create} (resource connection) bool{\rtf\b pg_lo_export} (int oid, string pathname [, resource connection]) int{\rtf\b pg_lo_import} ([resource connection, string pathname]) resource{\rtf\b pg_lo_open} (resource connection, int oid, string mode) string{\rtf\b pg_lo_read} (resource large_object, int len) int{\rtf\b pg_lo_read_all} (resource large_object) bool{\rtf\b pg_lo_seek} (resource large_object, int offset [, int whence]) int{\rtf\b pg_lo_tell} (resource large_object) bool{\rtf\b pg_lo_unlink} (resource connection, int oid) int{\rtf\b pg_lo_write} (resource large_object, string data) array{\rtf\b pg_meta_data} (resource connection, string table_name) int{\rtf\b pg_num_fields} (resource result) int{\rtf\b pg_num_rows} (resource result) string{\rtf\b pg_options} (resource connection) resource{\rtf\b pg_pconnect} (string connection_string) bool{\rtf\b pg_ping} (resource connection) int{\rtf\b pg_port} (resource connection) bool{\rtf\b pg_put_line} ([resource connection, string data]) resource{\rtf\b pg_query} (resource connection, string query) string{\rtf\b pg_result_error} (resource result) array{\rtf\b pg_result_seek} (resource result, int offset) int{\rtf\b pg_result_status} (resource result) array{\rtf\b pg_select} (resource connection, string table_name, array assoc_array [, int options]) bool{\rtf\b pg_send_query} (resource connection, string query) int{\rtf\b pg_set_client_encoding} ([resource connection, string encoding]) bool{\rtf\b pg_trace} (string pathname [, string mode [, resource connection]]) string{\rtf\b pg_tty} (resource connection) string{\rtf\b pg_unescape_bytea} (string data) bool{\rtf\b pg_untrace} ([resource connection]) mixed{\rtf\b pg_update} (resource connection, string table_name, array data, array condition [, int options]) string{\rtf\b php_ini_scanned_files} (void) string{\rtf\b php_logo_guid} (void) string{\rtf\b php_sapi_name} (void) string{\rtf\b php_uname} (void) void{\rtf\b phpcredits} ([int flag]) int{\rtf\b phpinfo} ([int what]) string{\rtf\b phpversion} (void) float{\rtf\b pi} (void) int{\rtf\b png2wbmp} (string pngname, string wbmpname, int d_height, int d_width, int threshold) resource{\rtf\b popen} (string command, string mode) mixed{\rtf\b pos} (array array) string{\rtf\b posix_ctermid} (void) int{\rtf\b posix_get_last_error} (void) string{\rtf\b posix_getcwd} (void) int{\rtf\b posix_getegid} (void) int{\rtf\b posix_geteuid} (void) int{\rtf\b posix_getgid} (void) array{\rtf\b posix_getgrgid} (int gid) array{\rtf\b posix_getgrnam} (string name) array{\rtf\b posix_getgroups} (void) string{\rtf\b posix_getlogin} (void) int{\rtf\b posix_getpgid} (int pid) int{\rtf\b posix_getpgrp} (void) int{\rtf\b posix_getpid} (void) int{\rtf\b posix_getppid} (void) array{\rtf\b posix_getpwnam} (string username) array{\rtf\b posix_getpwuid} (int uid) array{\rtf\b posix_getrlimit} (void) int{\rtf\b posix_getsid} (int pid) int{\rtf\b posix_getuid} (void) bool{\rtf\b posix_isatty} (int fd) bool{\rtf\b posix_kill} (int pid, int sig) bool{\rtf\b posix_mkfifo} (string pathname, int mode) bool{\rtf\b posix_setegid} (int gid) bool{\rtf\b posix_seteuid} (int uid) bool{\rtf\b posix_setgid} (int gid) int{\rtf\b posix_setpgid} (int pid, int pgid) int{\rtf\b posix_setsid} (void) bool{\rtf\b posix_setuid} (int uid) string{\rtf\b posix_strerror} (int errno) array{\rtf\b posix_times} (void) string{\rtf\b posix_ttyname} (int fd) array{\rtf\b posix_uname} (void) number{\rtf\b pow} (number base, number exp) array{\rtf\b preg_grep} (string pattern, array input) int{\rtf\b preg_match} (string pattern, string subject [, array matches [, int flags]]) int{\rtf\b preg_match_all} (string pattern, string subject, array matches [, int flags]) string{\rtf\b preg_quote} (string str [, string delimiter]) mixed{\rtf\b preg_replace} (mixed pattern, mixed replacement, mixed subject [, int limit]) mixed{\rtf\b preg_replace_callback} (mixed pattern, callback callback, mixed subject [, int limit]) array{\rtf\b preg_split} (string pattern, string subject [, int limit [, int flags]]) mixed{\rtf\b prev} (array array) int{\rtf\b print} (string arg) bool{\rtf\b print_r} (mixed expression [, bool return]) void{\rtf\b printer_abort} (resource handle) void{\rtf\b printer_close} (resource handle) mixed{\rtf\b printer_create_brush} (int style, string color) void{\rtf\b printer_create_dc} (resource handle) mixed{\rtf\b printer_create_font} (string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientaton) mixed{\rtf\b printer_create_pen} (int style, int width, string color) bool{\rtf\b printer_delete_brush} (resource handle) bool{\rtf\b printer_delete_dc} (resource handle) bool{\rtf\b printer_delete_font} (resource handle) bool{\rtf\b printer_delete_pen} (resource handle) void{\rtf\b printer_draw_bmp} (resource handle, string filename, int x, int y) void{\rtf\b printer_draw_chord} (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1) void{\rtf\b printer_draw_elipse} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y) void{\rtf\b printer_draw_line} (resource printer_handle, int from_x, int from_y, int to_x, int to_y) void{\rtf\b printer_draw_pie} (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y) void{\rtf\b printer_draw_rectangle} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y) void{\rtf\b printer_draw_roundrect} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height) void{\rtf\b printer_draw_text} (resource printer_handle, string text, int x, int y) bool{\rtf\b printer_end_doc} (resource handle) bool{\rtf\b printer_end_page} (resource handle) mixed{\rtf\b printer_get_option} (resource handle, string option) array{\rtf\b printer_list} (int enumtype [, string name [, int level]]) int{\rtf\b printer_logical_fontheight} (resource handle, int height) mixed{\rtf\b printer_open} ([string devicename]) void{\rtf\b printer_select_brush} (resource printer_handle, resource brush_handle) void{\rtf\b printer_select_font} (resource printer_handle, resource font_handle) void{\rtf\b printer_select_pen} (resource printer_handle, resource pen_handle) bool{\rtf\b printer_set_option} (resource handle, int option, mixed value) bool{\rtf\b printer_start_doc} (resource handle [, string document]) bool{\rtf\b printer_start_page} (resource handle) bool{\rtf\b printer_write} (resource handle, string content) void{\rtf\b printf} (string format [, mixed args]) int{\rtf\b proc_close} (resource process) int{\rtf\b proc_get_status} (resource process) bool{\rtf\b proc_nice} (int priority) resource{\rtf\b proc_open} (string cmd, array descriptorspec, array pipes) int{\rtf\b proc_terminate} (resource process [, int signal]) int{\rtf\b pspell_add_to_personal} (int dictionary_link, string word) int{\rtf\b pspell_add_to_session} (int dictionary_link, string word) bool{\rtf\b pspell_check} (int dictionary_link, string word) int{\rtf\b pspell_clear_session} (int dictionary_link) int{\rtf\b pspell_config_create} (string language [, string spelling [, string jargon [, string encoding]]]) int{\rtf\b pspell_config_ignore} (int dictionary_link, int n) int{\rtf\b pspell_config_mode} (int dictionary_link, int mode) int{\rtf\b pspell_config_personal} (int dictionary_link, string file) int{\rtf\b pspell_config_repl} (int dictionary_link, string file) int{\rtf\b pspell_config_runtogether} (int dictionary_link, bool flag) int{\rtf\b pspell_config_save_repl} (int dictionary_link, bool flag) int{\rtf\b pspell_new} (string language [, string spelling [, string jargon [, string encoding [, int mode]]]]) int{\rtf\b pspell_new_config} (int config) int{\rtf\b pspell_new_personal} (string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]]) int{\rtf\b pspell_save_wordlist} (int dictionary_link) int{\rtf\b pspell_store_replacement} (int dictionary_link, string misspelled, string correct) array{\rtf\b pspell_suggest} (int dictionary_link, string word) void{\rtf\b putenv} (string setting) string{\rtf\b qdom_error} (void) object{\rtf\b qdom_tree} (string) string{\rtf\b quoted_printable_decode} (string str) string{\rtf\b quotemeta} (string str) float{\rtf\b rad2deg} (float number) int{\rtf\b rand} ([int min, int max]) array{\rtf\b range} (int low, int high [, int step]) string{\rtf\b rawurldecode} (string str) string{\rtf\b rawurlencode} (string str) array{\rtf\b read_exif_data} (string filename [, string sections [, bool arrays [, bool thumbnail]]]) string{\rtf\b readdir} (resource dir_handle) int{\rtf\b readfile} (string filename [, bool use_include_path [, resource context]]) int{\rtf\b readgzfile} (string filename [, int use_include_path]) string{\rtf\b readline} ([string prompt]) void{\rtf\b readline_add_history} (string line) bool{\rtf\b readline_clear_history} (void) bool{\rtf\b readline_completion_function} (string line) mixed{\rtf\b readline_info} ([string varname [, string newvalue]]) array{\rtf\b readline_list_history} (void) bool{\rtf\b readline_read_history} (string filename) bool{\rtf\b readline_write_history} (string filename) string{\rtf\b readlink} (string path) string{\rtf\b realpath} (string path) string{\rtf\b recode} (string request, string string) bool{\rtf\b recode_file} (string request, resource input, resource output) string{\rtf\b recode_string} (string request, string string) void{\rtf\b register_shutdown_function} (callback function) void{\rtf\b register_tick_function} (callback function [, mixed arg]) bool{\rtf\b rename} (string oldname, string newname) mixed{\rtf\b reset} (array array) void{\rtf\b restore_error_handler} (void) void{\rtf\b restore_include_path} (void) bool{\rtf\b rewind} (resource handle) void{\rtf\b rewinddir} (resource dir_handle) bool{\rtf\b rmdir} (string dirname) float{\rtf\b round} (float val [, int precision]) void{\rtf\b rsort} (array array [, int sort_flags]) string{\rtf\b rtrim} (string str [, string charlist]) array{\rtf\b scandir} (string directory [, int sorting_order]) bool{\rtf\b sem_acquire} (int sem_identifier) int{\rtf\b sem_get} (int key [, int max_acquire [, int perm]]) bool{\rtf\b sem_release} (int sem_identifier) bool{\rtf\b sem_remove} (int sem_identifier) string{\rtf\b serialize} (mixed value) int{\rtf\b sesam_affected_rows} (string result_id) bool{\rtf\b sesam_commit} (void) bool{\rtf\b sesam_connect} (string catalog, string schema, string user) array{\rtf\b sesam_diagnostic} (void) bool{\rtf\b sesam_disconnect} (void) string{\rtf\b sesam_errormsg} (void) string{\rtf\b sesam_execimm} (string query) array{\rtf\b sesam_fetch_array} (string result_id [, int whence [, int offset]]) mixed{\rtf\b sesam_fetch_result} (string result_id [, int max_rows]) array{\rtf\b sesam_fetch_row} (string result_id [, int whence [, int offset]]) array{\rtf\b sesam_field_array} (string result_id) int{\rtf\b sesam_field_name} (string result_id, int index) int{\rtf\b sesam_free_result} (string result_id) int{\rtf\b sesam_num_fields} (string result_id) string{\rtf\b sesam_query} (string query [, bool scrollable]) bool{\rtf\b sesam_rollback} (void) bool{\rtf\b sesam_seek_row} (string result_id, int whence [, int offset]) bool{\rtf\b sesam_settransaction} (int isolation_level, int read_only) int{\rtf\b session_cache_expire} ([int new_cache_expire]) string{\rtf\b session_cache_limiter} ([string cache_limiter]) bool{\rtf\b session_decode} (string data) bool{\rtf\b session_destroy} (void) string{\rtf\b session_encode} (void) array{\rtf\b session_get_cookie_params} (void) string{\rtf\b session_id} ([string id]) bool{\rtf\b session_is_registered} (string name) string{\rtf\b session_module_name} ([string module]) string{\rtf\b session_name} ([string name]) bool{\rtf\b session_regenerate_id} (void) bool{\rtf\b session_register} (mixed name [, mixed ...]) string{\rtf\b session_save_path} ([string path]) void{\rtf\b session_set_cookie_params} (int lifetime [, string path [, string domain [, bool secure]]]) bool{\rtf\b session_set_save_handler} (string open, string close, string read, string write, string destroy, string gc) bool{\rtf\b session_start} (void) bool{\rtf\b session_unregister} (string name) void{\rtf\b session_unset} (void) void{\rtf\b session_write_close} (void) string{\rtf\b set_error_handler} (callback error_handler) int{\rtf\b set_file_buffer} (resource stream, int buffer) string{\rtf\b set_include_path} (string new_include_path) bool{\rtf\b set_magic_quotes_runtime} (int new_setting) void{\rtf\b set_time_limit} (int seconds) bool{\rtf\b setcookie} (string name [, string value [, int expire [, string path [, string domain [, int secure]]]]]) string{\rtf\b setlocale} (mixed category, string locale [, string ...]) bool{\rtf\b settype} (mixed var, string type) string{\rtf\b sha1} (string str [, bool raw_output]) string{\rtf\b sha1_file} (string filename [, bool raw_output]) string{\rtf\b shell_exec} (string cmd) int{\rtf\b shm_attach} (int key [, int memsize [, int perm]]) bool{\rtf\b shm_detach} (int shm_identifier) mixed{\rtf\b shm_get_var} (int id, int variable_key) int{\rtf\b shm_put_var} (int shm_identifier, int variable_key, mixed variable) int{\rtf\b shm_remove} (int shm_identifier) int{\rtf\b shm_remove_var} (int id, int variable_key) int{\rtf\b shmop_close} (int shmid) int{\rtf\b shmop_delete} (int shmid) int{\rtf\b shmop_open} (int key, string flags, int mode, int size) string{\rtf\b shmop_read} (int shmid, int start, int count) int{\rtf\b shmop_size} (int shmid) int{\rtf\b shmop_write} (int shmid, string data, int offset) mixed{\rtf\b show_source} (string filename [, bool return]) void{\rtf\b shuffle} (array array) int{\rtf\b similar_text} (string first, string second [, float percent]) float{\rtf\b sin} (float arg) float{\rtf\b sinh} (float arg) int{\rtf\b sizeof} (mixed var [, int mode]) void{\rtf\b sleep} (int seconds) bool{\rtf\b snmp_get_quick_print} (void) void{\rtf\b snmp_set_quick_print} (bool quick_print) string{\rtf\b snmpget} (string hostname, string community, string object_id [, int timeout [, int retries]]) array{\rtf\b snmprealwalk} (string host, string community, string object_id [, int timeout [, int retries]]) bool{\rtf\b snmpset} (string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]]) array{\rtf\b snmpwalk} (string hostname, string community, string object_id [, int timeout [, int retries]]) array{\rtf\b snmpwalkoid} (string hostname, string community, string object_id [, int timeout [, int retries]]) resource{\rtf\b socket_accept} (resource socket) bool{\rtf\b socket_bind} (resource socket, string address [, int port]) void{\rtf\b socket_clear_error} ([resource socket]) void{\rtf\b socket_close} (resource socket) bool{\rtf\b socket_connect} (resource socket, string address [, int port]) resource{\rtf\b socket_create} (int domain, int type, int protocol) resource{\rtf\b socket_create_listen} (int port [, int backlog]) bool{\rtf\b socket_create_pair} (int domain, int type, int protocol, array &fd) mixed{\rtf\b socket_get_option} (resource socket, int level, int optname) array{\rtf\b socket_get_status} (resource stream) bool{\rtf\b socket_getpeername} (resource socket, string &addr [, int &port]) bool{\rtf\b socket_getsockname} (resource socket, string &addr [, int &port]) bool{\rtf\b socket_iovec_add} (resource iovec, int iov_len) resource{\rtf\b socket_iovec_alloc} (int num_vectors [, int ]) bool{\rtf\b socket_iovec_delete} (resource iovec, int iov_pos) string{\rtf\b socket_iovec_fetch} (resource iovec, int iovec_position) bool{\rtf\b socket_iovec_free} (resource iovec) bool{\rtf\b socket_iovec_set} (resource iovec, int iovec_position, string new_val) int{\rtf\b socket_last_error} ([resource socket]) bool{\rtf\b socket_listen} (resource socket [, int backlog]) string{\rtf\b socket_read} (resource socket, int length [, int type]) bool{\rtf\b socket_readv} (resource socket, resource iovec_id) int{\rtf\b socket_recv} (resource socket, string &buf, int len, int flags) int{\rtf\b socket_recvfrom} (resource socket, string &buf, int len, int flags, string &name [, int &port]) bool{\rtf\b socket_recvmsg} (resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port]) int{\rtf\b socket_select} (array &read, array &write, array &except, int tv_sec [, int tv_usec]) int{\rtf\b socket_send} (resource socket, string buf, int len, int flags) bool{\rtf\b socket_sendmsg} (resource socket, resource iovec, int flags, string addr [, int port]) int{\rtf\b socket_sendto} (resource socket, string buf, int len, int flags, string addr [, int port]) bool{\rtf\b socket_set_block} (resource socket) bool{\rtf\b socket_set_blocking} (resource stream, int mode) bool{\rtf\b socket_set_nonblock} (resource socket) bool{\rtf\b socket_set_option} (resource socket, int level, int optname, mixed optval) bool{\rtf\b socket_set_timeout} (resource stream, int seconds [, int microseconds]) bool{\rtf\b socket_shutdown} (resource socket [, int how]) string{\rtf\b socket_strerror} (int errno) int{\rtf\b socket_write} (resource socket, string buffer [, int length]) bool{\rtf\b socket_writev} (resource socket, resource iovec_id) void{\rtf\b sort} (array array [, int sort_flags]) string{\rtf\b soundex} (string str) array{\rtf\b split} (string pattern, string string [, int limit]) array{\rtf\b spliti} (string pattern, string string [, int limit]) string{\rtf\b sprintf} (string format [, mixed args]) string{\rtf\b sql_regcase} (string string) array{\rtf\b sqlite_array_query} (resource dbhandle, string query [, int result_type [, bool decode_binary]]) void{\rtf\b sqlite_busy_timeout} (resource dbhandle, int milliseconds) int{\rtf\b sqlite_changes} (resource dbhandle) void{\rtf\b sqlite_close} (resource dbhandle) mixed{\rtf\b sqlite_column} (resource result, mixed index_or_name [, bool decode_binary]) bool{\rtf\b sqlite_create_aggregate} (resource dbhandle, string function_name, mixed step_func, mixed finalize_func [, int num_args]) bool{\rtf\b sqlite_create_function} (resource dbhandle, string function_name, mixed callback [, int num_args]) array{\rtf\b sqlite_current} (resource result [, int result_type [, bool decode_binary]]) string{\rtf\b sqlite_error_string} (int error_code) string{\rtf\b sqlite_escape_string} (string item) array{\rtf\b sqlite_fetch_array} (resource result [, int result_type [, bool decode_binary]]) string{\rtf\b sqlite_fetch_single} (resource result [, int result_type [, bool decode_binary]]) string{\rtf\b sqlite_fetch_string} (resource result [, int result_type [, bool decode_binary]]) string{\rtf\b sqlite_field_name} (resource result, int field_index) bool{\rtf\b sqlite_has_more} (resource result) int{\rtf\b sqlite_last_error} (resource dbhandle) int{\rtf\b sqlite_last_insert_rowid} (resource dbhandle) string{\rtf\b sqlite_libencoding} (void) string{\rtf\b sqlite_libversion} (void) bool{\rtf\b sqlite_next} (resource result) int{\rtf\b sqlite_num_fields} (resource result) int{\rtf\b sqlite_num_rows} (resource result) resource{\rtf\b sqlite_open} (string filename [, int mode [, string &error_message]]) resource{\rtf\b sqlite_popen} (string filename [, int mode [, string &error_message]]) resource{\rtf\b sqlite_query} (resource dbhandle, string query) bool{\rtf\b sqlite_rewind} (resource result) bool{\rtf\b sqlite_seek} (resource result, int rownum) string{\rtf\b sqlite_udf_decode_binary} (string data) string{\rtf\b sqlite_udf_encode_binary} (string data) resource{\rtf\b sqlite_unbuffered_query} (resource dbhandle, string query) float{\rtf\b sqrt} (float arg) void{\rtf\b srand} (int seed) mixed{\rtf\b sscanf} (string str, string format [, string var1]) array{\rtf\b stat} (string filename) mixed{\rtf\b str_ireplace} (mixed search, mixed replace, mixed subject [, int &count]) string{\rtf\b str_pad} (string input, int pad_length [, string pad_string [, int pad_type]]) string{\rtf\b str_repeat} (string input, int multiplier) mixed{\rtf\b str_replace} (mixed search, mixed replace, mixed subject [, int &count]) string{\rtf\b str_rot13} (string str) string{\rtf\b str_shuffle} (string str) array{\rtf\b str_split} (string string [, int split_length]) mixed{\rtf\b str_word_count} (string string [, int format]) int{\rtf\b strcasecmp} (string str1, string str2) string{\rtf\b strchr} (string haystack, string needle) int{\rtf\b strcmp} (string str1, string str2) int{\rtf\b strcoll} (string str1, string str2) int{\rtf\b strcspn} (string str1, string str2) resource{\rtf\b stream_context_create} (array options) array{\rtf\b stream_context_get_options} (resource stream|context) bool{\rtf\b stream_context_set_option} (resource context|stream, string wrapper, string option, mixed value) bool{\rtf\b stream_context_set_params} (resource stream|context, array params) int{\rtf\b stream_copy_to_stream} (resource source, resource dest [, int maxlength]) bool{\rtf\b stream_filter_append} (resource stream, string filtername [, int read_write [, string params]]) bool{\rtf\b stream_filter_prepend} (resource stream, string filtername [, int read_write [, string params]]) bool{\rtf\b stream_filter_register} (string filtername, string classname) array{\rtf\b stream_get_filters} (void) string{\rtf\b stream_get_line} (resource handle, int length, string ending) array{\rtf\b stream_get_meta_data} (resource stream) array{\rtf\b stream_get_transports} (void) array{\rtf\b stream_get_wrappers} (void) bool{\rtf\b stream_register_wrapper} (string protocol, string classname) int{\rtf\b stream_select} (resource &read, resource &write, resource &except, int tv_sec [, int tv_usec]) bool{\rtf\b stream_set_blocking} (resource stream, int mode) bool{\rtf\b stream_set_timeout} (resource stream, int seconds [, int microseconds]) int{\rtf\b stream_set_write_buffer} (resource stream, int buffer) resource{\rtf\b stream_socket_accept} (resource server_socket [, int timeout [, string &peername]]) resource{\rtf\b stream_socket_client} (string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]]) string{\rtf\b stream_socket_get_name} (resource handle, bool want_peer) resource{\rtf\b stream_socket_server} (string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]]) bool{\rtf\b stream_wrapper_register} (string protocol, string classname) string{\rtf\b strftime} (string format [, int timestamp]) string{\rtf\b strip_tags} (string str [, string allowable_tags]) string{\rtf\b stripcslashes} (string str) int{\rtf\b stripos} (string haystack, string needle [, int offset]) string{\rtf\b stripslashes} (string str) string{\rtf\b stristr} (string haystack, string needle) int{\rtf\b strlen} (string str) int{\rtf\b strnatcasecmp} (string str1, string str2) int{\rtf\b strnatcmp} (string str1, string str2) int{\rtf\b strncasecmp} (string str1, string str2, int len) int{\rtf\b strncmp} (string str1, string str2, int len) int{\rtf\b strpos} (string haystack, string needle [, int offset]) string{\rtf\b strrchr} (string haystack, string needle) string{\rtf\b strrev} (string string) int{\rtf\b strripos} (string haystack, string needle) int{\rtf\b strrpos} (string haystack, char needle) int{\rtf\b strspn} (string str1, string str2) string{\rtf\b strstr} (string haystack, string needle) string{\rtf\b strtok} (string arg1, string arg2) string{\rtf\b strtolower} (string str) int{\rtf\b strtotime} (string time [, int now]) string{\rtf\b strtoupper} (string string) string{\rtf\b strtr} (string str, string from, string to) string{\rtf\b strval} (mixed var) string{\rtf\b substr} (string string, int start [, int length]) int{\rtf\b substr_count} (string haystack, string needle) string{\rtf\b substr_replace} (string string, string replacement, int start [, int length]) void{\rtf\b swf_actiongeturl} (string url, string target) void{\rtf\b swf_actiongotoframe} (int framenumber) void{\rtf\b swf_actiongotolabel} (string label) void{\rtf\b swf_actionnextframe} (void) void{\rtf\b swf_actionplay} (void) void{\rtf\b swf_actionprevframe} (void) void{\rtf\b swf_actionsettarget} (string target) void{\rtf\b swf_actionstop} (void) void{\rtf\b swf_actiontogglequality} (void) void{\rtf\b swf_actionwaitforframe} (int framenumber, int skipcount) void{\rtf\b swf_addbuttonrecord} (int states, int shapeid, int depth) void{\rtf\b swf_addcolor} (float r, float g, float b, float a) void{\rtf\b swf_closefile} ([int return_file]) void{\rtf\b swf_definebitmap} (int objid, string image_name) void{\rtf\b swf_definefont} (int fontid, string fontname) void{\rtf\b swf_defineline} (int objid, float x1, float y1, float x2, float y2, float width) void{\rtf\b swf_definepoly} (int objid, array coords, int npoints, float width) void{\rtf\b swf_definerect} (int objid, float x1, float y1, float x2, float y2, float width) void{\rtf\b swf_definetext} (int objid, string str, int docenter) void{\rtf\b swf_endbutton} (void) void{\rtf\b swf_enddoaction} (void) void{\rtf\b swf_endshape} (void) void{\rtf\b swf_endsymbol} (void) void{\rtf\b swf_fontsize} (float size) void{\rtf\b swf_fontslant} (float slant) void{\rtf\b swf_fonttracking} (float tracking) array{\rtf\b swf_getbitmapinfo} (int bitmapid) array{\rtf\b swf_getfontinfo} (void) int{\rtf\b swf_getframe} (void) void{\rtf\b swf_labelframe} (string name) void{\rtf\b swf_lookat} (float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist) void{\rtf\b swf_modifyobject} (int depth, int how) void{\rtf\b swf_mulcolor} (float r, float g, float b, float a) int{\rtf\b swf_nextid} (void) void{\rtf\b swf_oncondition} (int transition) void{\rtf\b swf_openfile} (string filename, float width, float height, float framerate, float r, float g, float b) void{\rtf\b swf_ortho} (float xmin, float xmax, float ymin, float ymax, float zmin, float zmax) void{\rtf\b swf_ortho2} (float xmin, float xmax, float ymin, float ymax) void{\rtf\b swf_perspective} (float fovy, float aspect, float near, float far) void{\rtf\b swf_placeobject} (int objid, int depth) void{\rtf\b swf_polarview} (float dist, float azimuth, float incidence, float twist) void{\rtf\b swf_popmatrix} (void) void{\rtf\b swf_posround} (int round) void{\rtf\b swf_pushmatrix} (void) void{\rtf\b swf_removeobject} (int depth) void{\rtf\b swf_rotate} (float angle, string axis) void{\rtf\b swf_scale} (float x, float y, float z) void{\rtf\b swf_setfont} (int fontid) void{\rtf\b swf_setframe} (int framenumber) void{\rtf\b swf_shapearc} (float x, float y, float r, float ang1, float ang2) void{\rtf\b swf_shapecurveto} (float x1, float y1, float x2, float y2) void{\rtf\b swf_shapecurveto3} (float x1, float y1, float x2, float y2, float x3, float y3) void{\rtf\b swf_shapefillbitmapclip} (int bitmapid) void{\rtf\b swf_shapefillbitmaptile} (int bitmapid) void{\rtf\b swf_shapefilloff} (void) void{\rtf\b swf_shapefillsolid} (float r, float g, float b, float a) void{\rtf\b swf_shapelinesolid} (float r, float g, float b, float a, float width) void{\rtf\b swf_shapelineto} (float x, float y) void{\rtf\b swf_shapemoveto} (float x, float y) void{\rtf\b swf_showframe} (void) void{\rtf\b swf_startbutton} (int objid, int type) void{\rtf\b swf_startdoaction} (void) void{\rtf\b swf_startshape} (int objid) void{\rtf\b swf_startsymbol} (int objid) float{\rtf\b swf_textwidth} (string str) void{\rtf\b swf_translate} (float x, float y, float z) void{\rtf\b swf_viewport} (float xmin, float xmax, float ymin, float ymax) new{\rtf\b swfaction} (string script) new{\rtf\b swfbitmap} (string filename [, int alphafilename]) new{\rtf\b swfbutton} (void) int{\rtf\b swfbutton_keypress} (string str) new{\rtf\b swfdisplayitem} (void) new{\rtf\b SWFFill} (void) new{\rtf\b swffont} (string filename) new{\rtf\b swfgradient} (void) new{\rtf\b swfmorph} (void) new{\rtf\b swfmovie} (void) new{\rtf\b swfshape} (void) new{\rtf\b swfsprite} (void) new{\rtf\b swftext} (void) new{\rtf\b swftextfield} ([int flags]) int{\rtf\b sybase_affected_rows} ([resource link_identifier]) bool{\rtf\b sybase_close} ([resource link_identifier]) resource{\rtf\b sybase_connect} ([string servername [, string username [, string password [, string charset [, string appname]]]]]) bool{\rtf\b sybase_data_seek} (resource result_identifier, int row_number) void{\rtf\b sybase_deadlock_retry_count} (int retry_count) array{\rtf\b sybase_fetch_array} (resource result) array{\rtf\b sybase_fetch_assoc} (resource result) object{\rtf\b sybase_fetch_field} (resource result [, int field_offset]) object{\rtf\b sybase_fetch_object} (resource result [, mixed object]) array{\rtf\b sybase_fetch_row} (resource result) bool{\rtf\b sybase_field_seek} (resource result, int field_offset) bool{\rtf\b sybase_free_result} (resource result) string{\rtf\b sybase_get_last_message} (void) void{\rtf\b sybase_min_client_severity} (int severity) void{\rtf\b sybase_min_error_severity} (int severity) void{\rtf\b sybase_min_message_severity} (int severity) void{\rtf\b sybase_min_server_severity} (int severity) int{\rtf\b sybase_num_fields} (resource result) int{\rtf\b sybase_num_rows} (resource result) resource{\rtf\b sybase_pconnect} ([string servername [, string username [, string password [, string charset [, string appname]]]]]) resource{\rtf\b sybase_query} (string query, resource link_identifier) string{\rtf\b sybase_result} (resource result, int row, mixed field) bool{\rtf\b sybase_select_db} (string database_name [, resource link_identifier]) bool{\rtf\b sybase_set_message_handler} (callback handler) resource{\rtf\b sybase_unbuffered_query} (string query, resource link_identifier) bool{\rtf\b symlink} (string target, string link) int{\rtf\b syslog} (int priority, string message) string{\rtf\b system} (string command [, int return_var]) float{\rtf\b tan} (float arg) float{\rtf\b tanh} (float arg) string{\rtf\b tempnam} (string dir, string prefix) string{\rtf\b textdomain} (string text_domain) int{\rtf\b time} (void) resource{\rtf\b tmpfile} (void) array{\rtf\b token_get_all} (string source) string{\rtf\b token_name} (int token) bool{\rtf\b touch} (string filename [, int time [, int atime]]) void{\rtf\b trigger_error} (string error_msg [, int error_type]) string{\rtf\b trim} (string str [, string charlist]) void{\rtf\b uasort} (array array, callback cmp_function) string{\rtf\b ucfirst} (string str) string{\rtf\b ucwords} (string str) bool{\rtf\b udm_add_search_limit} (resource agent, int var, string val) resource{\rtf\b udm_alloc_agent} (string dbaddr [, string dbmode]) int{\rtf\b udm_api_version} (void) array{\rtf\b udm_cat_list} (resource agent, string category) array{\rtf\b udm_cat_path} (resource agent, string category) bool{\rtf\b udm_check_charset} (resource agent, string charset) int{\rtf\b udm_check_stored} (resource agent, int link, string doc_id) bool{\rtf\b udm_clear_search_limits} (resource agent) int{\rtf\b udm_close_stored} (resource agent, int link) int{\rtf\b udm_crc32} (resource agent, string str) int{\rtf\b udm_errno} (resource agent) string{\rtf\b udm_error} (resource agent) resource{\rtf\b udm_find} (resource agent, string query) int{\rtf\b udm_free_agent} (resource agent) bool{\rtf\b udm_free_ispell_data} (int agent) bool{\rtf\b udm_free_res} (resurce res) int{\rtf\b udm_get_doc_count} (resource agent) string{\rtf\b udm_get_res_field} (resource res, int row, int field) string{\rtf\b udm_get_res_param} (resource res, int param) bool{\rtf\b udm_load_ispell_data} (resource agent, int var, string val1, string val2, int flag) int{\rtf\b udm_open_stored} (resource agent, string storedaddr) bool{\rtf\b udm_set_agent_param} (resource agent, int var, string val) void{\rtf\b uksort} (array array, callback cmp_function) int{\rtf\b umask} ([int mask]) string{\rtf\b uniqid} (string prefix [, bool lcg]) int{\rtf\b unixtojd} ([int timestamp]) bool{\rtf\b unlink} (string filename) array{\rtf\b unpack} (string format, string data) void{\rtf\b unregister_tick_function} (string function_name) mixed{\rtf\b unserialize} (string str [, string callback]) void{\rtf\b unset} (mixed var [, mixed var [, ...]]) string{\rtf\b urldecode} (string str) string{\rtf\b urlencode} (string str) void{\rtf\b user_error} (string error_msg [, int error_type]) void{\rtf\b usleep} (int micro_seconds) void{\rtf\b usort} (array array, callback cmp_function) string{\rtf\b utf8_decode} (string data) string{\rtf\b utf8_encode} (string data) void{\rtf\b var_dump} (mixed expression [, mixed expression [, ...]]) mixed{\rtf\b var_export} (mixed expression [, bool return]) new{\rtf\b VARIAN}T($var) int{\rtf\b version_compare} (string version1, string version2 [, string operator]) int{\rtf\b virtual} (string filename) bool{\rtf\b vpopmail_add_alias_domain} (string domain, string aliasdomain) bool{\rtf\b vpopmail_add_alias_domain_ex} (string olddomain, string newdomain) bool{\rtf\b vpopmail_add_domain} (string domain, string dir, int uid, int gid) bool{\rtf\b vpopmail_add_domain_ex} (string domain, string passwd [, string quota [, string bounce [, bool apop]]]) bool{\rtf\b vpopmail_add_user} (string user, string domain, string password [, string gecos [, bool apop]]) bool{\rtf\b vpopmail_alias_add} (string user, string domain, string alias) bool{\rtf\b vpopmail_alias_del} (string user, string domain) bool{\rtf\b vpopmail_alias_del_domain} (string domain) array{\rtf\b vpopmail_alias_get} (string alias, string domain) array{\rtf\b vpopmail_alias_get_all} (string domain) bool{\rtf\b vpopmail_auth_user} (string user, string domain, string password [, string apop]) bool{\rtf\b vpopmail_del_domain} (string domain) bool{\rtf\b vpopmail_del_domain_ex} (string domain) bool{\rtf\b vpopmail_del_user} (string user, string domain) string{\rtf\b vpopmail_error} (void) bool{\rtf\b vpopmail_passwd} (string user, string domain, string password) bool{\rtf\b vpopmail_set_user_quota} (string user, string domain, string quota) void{\rtf\b vprintf} (string format, array args) string{\rtf\b vsprintf} (string format, array args) bool{\rtf\b w32api_deftype} (string typename, string member1_type, string member1_name [, string ... [, string ...]]) resource{\rtf\b w32api_init_dtype} (string typename, mixed value [, mixed ...]) mixed{\rtf\b w32api_invoke_function} (string funcname, mixed argument [, mixed ...]) bool{\rtf\b w32api_register_function} (string library, string function_name, string return_type) void{\rtf\b w32api_set_call_method} (int method) bool{\rtf\b wddx_add_vars} (int packet_id, mixed name_var [, mixed ...]) mixed{\rtf\b wddx_deserialize} (string packet) string{\rtf\b wddx_packet_end} (int packet_id) int{\rtf\b wddx_packet_start} ([string comment]) string{\rtf\b wddx_serialize_value} (mixed var [, string comment]) string{\rtf\b wddx_serialize_vars} (mixed var_name [, mixed ...]) string{\rtf\b wordwrap} (string str [, int width [, string break [, boolean cut]]]) string{\rtf\b xml_error_string} (int code) int{\rtf\b xml_get_current_byte_index} (resource parser) int{\rtf\b xml_get_current_column_number} (resource parser) int{\rtf\b xml_get_current_line_number} (resource parser) int{\rtf\b xml_get_error_code} (resource parser) bool{\rtf\b xml_parse} (resource parser, string data [, bool is_final]) int{\rtf\b xml_parse_into_struct} (resource parser, string data, array &values [, array &index]) resource{\rtf\b xml_parser_create} ([string encoding]) resource{\rtf\b xml_parser_create_ns} ([string encoding [, string separator]]) bool{\rtf\b xml_parser_free} (resource parser) mixed{\rtf\b xml_parser_get_option} (resource parser, int option) bool{\rtf\b xml_parser_set_option} (resource parser, int option, mixed value) bool{\rtf\b xml_set_character_data_handler} (resource parser, callback handler) bool{\rtf\b xml_set_default_handler} (resource parser, callback handler) bool{\rtf\b xml_set_element_handler} (resource parser, callback start_element_handler, callback end_element_handler) bool{\rtf\b xml_set_end_namespace_decl_handler} (resource pind, callback handler) bool{\rtf\b xml_set_external_entity_ref_handler} (resource parser, callback handler) bool{\rtf\b xml_set_notation_decl_handler} (resource parser, callback handler) void{\rtf\b xml_set_object} (resource parser, object object) bool{\rtf\b xml_set_processing_instruction_handler} (resource parser, callback handler) bool{\rtf\b xml_set_start_namespace_decl_handler} (resource pind, callback hdl) bool{\rtf\b xml_set_unparsed_entity_decl_handler} (resource parser, callback handler) array{\rtf\b xmlrpc_decode} (string xml [, string encoding]) array{\rtf\b xmlrpc_decode_request} (string xml, string method [, string encoding]) string{\rtf\b xmlrpc_encode} (mixed value) string{\rtf\b xmlrpc_encode_request} (string method, mixed params) string{\rtf\b xmlrpc_get_type} (mixed value) array{\rtf\b xmlrpc_parse_method_descriptions} (string xml) int{\rtf\b xmlrpc_server_add_introspection_data} (resource server, array desc) mixed{\rtf\b xmlrpc_server_call_method} (resource server, string xml, mixed user_data [, array output_options]) resource{\rtf\b xmlrpc_server_create} (void) void{\rtf\b xmlrpc_server_destroy} (resource server) bool{\rtf\b xmlrpc_server_register_introspection_callback} (resource server, string function) bool{\rtf\b xmlrpc_server_register_method} (resource server, string method_name, string function) bool{\rtf\b xmlrpc_set_type} (string value, string type) array{\rtf\b xpath_eval} (object xpath context, string xpath expression [, object contextnode]) array{\rtf\b xpath_eval_expression} (object xpath_context) object{\rtf\b xpath_new_context} (object dom document) int{\rtf\b xptr_eval} ([object xpath_context, string eval_str]) string{\rtf\b xptr_new_context} ([object doc_handle]) resource{\rtf\b xslt_create} (void) int{\rtf\b xslt_errno} (resource xh) mixed{\rtf\b xslt_error} (resource xh) void{\rtf\b xslt_free} (resource xh) mixed{\rtf\b xslt_process} (resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]]) void{\rtf\b xslt_set_base} (resource xh, string uri) void{\rtf\b xslt_set_encoding} (resource xh, string encoding) void{\rtf\b xslt_set_error_handler} (resource xh, mixed handler) void{\rtf\b xslt_set_log} (resource xh, mixed log) void{\rtf\b xslt_set_sax_handler} (resource xh, array handlers) void{\rtf\b xslt_set_sax_handlers} (resource processor, array handlers) void{\rtf\b xslt_set_scheme_handler} (resource xh, array handlers) void{\rtf\b xslt_set_scheme_handlers} (resource processor, array handlers) string{\rtf\b yaz_addinfo} (resource id) int{\rtf\b yaz_ccl_conf} (resource id, array config) bool{\rtf\b yaz_ccl_parse} (resource id, string query, array &result) bool{\rtf\b yaz_close} (resource id) resource{\rtf\b yaz_connect} (string zurl [, mixed options]) bool{\rtf\b yaz_database} (resource id, string databases) bool{\rtf\b yaz_element} (resource id, string elementset) int{\rtf\b yaz_errno} (resource id) string{\rtf\b yaz_error} (resource id) string{\rtf\b yaz_get_option} (resource id, string name) int{\rtf\b yaz_hits} (resource id) int{\rtf\b yaz_itemorder} (resource id, array args) int{\rtf\b yaz_present} (resource id) bool{\rtf\b yaz_range} (resource id, int start, int number) string{\rtf\b yaz_record} (resource id, int pos, string type) int{\rtf\b yaz_scan} (resource id, string type, string startterm [, array flags]) array{\rtf\b yaz_scan_result} (resource id [, array & result]) int{\rtf\b yaz_schema} (resource id, string schema) int{\rtf\b yaz_search} (resource id, string type, string query) string{\rtf\b yaz_set_option} (resource id, string name, string value) int{\rtf\b yaz_sort} (resource id, string criteria) int{\rtf\b yaz_syntax} (resource id, string syntax) int{\rtf\b yaz_wait} ([array options]) void{\rtf\b yp_all} (string domain, string map, string callback) array{\rtf\b yp_cat} (string domain, string map) string{\rtf\b yp_err_string} (int errorcode) int{\rtf\b yp_errno} (void) array{\rtf\b yp_first} (string domain, string map) int{\rtf\b yp_get_default_domain} (void) string{\rtf\b yp_master} (string domain, string map) string{\rtf\b yp_match} (string domain, string map, string key) array{\rtf\b yp_next} (string domain, string map, string key) int{\rtf\b yp_order} (string domain, string map) string{\rtf\b zend_logo_guid} (void) string{\rtf\b zend_version} (void) void{\rtf\b zip_close} (resource zip) void{\rtf\b zip_entry_close} (resource zip_entry) int{\rtf\b zip_entry_compressedsize} (resource zip_entry) string{\rtf\b zip_entry_compressionmethod} (resource zip_entry) int{\rtf\b zip_entry_filesize} (resource zip_entry) string{\rtf\b zip_entry_name} (resource zip_entry) bool{\rtf\b zip_entry_open} (resource zip, resource zip_entry [, string mode]) string{\rtf\b zip_entry_read} (resource zip_entry [, int length]) resource{\rtf\b zip_open} (string filename) resource{\rtf\b zip_read} (resource zip) string{\rtf\b zlib_get_coding_type} (void)